PUB - Type of PublicKeyPRV - Type of PrivateKeypublic abstract class AbstractKeyEntryResolver<PUB extends PublicKey,PRV extends PrivateKey> extends AbstractIdentityResourceLoader<PUB,PRV> implements KeyEntryResolver<PUB,PRV>
logMAX_BIGINT_OCTETS_COUNT| Modifier | Constructor and Description |
|---|---|
protected |
AbstractKeyEntryResolver(Class<PUB> pubType,
Class<PRV> prvType,
Collection<String> names) |
| Modifier and Type | Method and Description |
|---|---|
PRV |
generatePrivateKey(KeySpec keySpec) |
PUB |
generatePublicKey(KeySpec keySpec) |
String |
toString() |
getPrivateKeyType, getPublicKeyType, getSupportedKeyTypesdebug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warnclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcloneKeyPair, clonePrivateKey, clonePublicKey, decodeBigInt, decodeInt, decodeInt, decodeInt, decodeString, decodeString, decodeString, decodeString, decodeString, decodeString, decodeString, encodeBigInt, encodeInt, encodeString, encodeString, encodeString, generateKeyPair, getKeyFactoryInstance, getKeyPairGenerator, readRLEBytes, readRLEBytes, readRLEBytes, writeRLEBytes, writeRLEBytesgetPrivateKeyType, getPublicKeyTypefindSupporterByKeyTypeName, getSupportedKeyTypespublic PUB generatePublicKey(KeySpec keySpec) throws GeneralSecurityException
GeneralSecurityExceptionpublic PRV generatePrivateKey(KeySpec keySpec) throws GeneralSecurityException
GeneralSecurityExceptionCopyright © 2018–2021 The Apache Software Foundation. All rights reserved.