Interface IdentityResourceLoader<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>
-
- Type Parameters:
PUB- Type ofPublicKeyPRV- Type ofPrivateKey
- All Superinterfaces:
KeyTypeNamesSupport
- All Known Subinterfaces:
KeyEntryResolver<PUB,PRV>,PrivateKeyEntryDecoder<PUB,PRV>,PublicKeyEntryDecoder<PUB,PRV>,PuttyKeyPairResourceParser<PUB,PRV>
- All Known Implementing Classes:
AbstractIdentityResourceLoader,AbstractKeyEntryResolver,AbstractPrivateKeyEntryDecoder,AbstractPublicKeyEntryDecoder,AbstractPuttyKeyDecoder,DSSPublicKeyEntryDecoder,DSSPuttyKeyDecoder,ECDSAPublicKeyEntryDecoder,ECDSAPuttyKeyDecoder,Ed25519PublicKeyDecoder,EdDSAPuttyKeyDecoder,GenericEd25519PublicKeyDecoder,GenericOpenSSHEd25519PrivateKeyEntryDecoder,OpenSSHCertificateDecoder,OpenSSHDSSPrivateKeyEntryDecoder,OpenSSHECDSAPrivateKeyEntryDecoder,OpenSSHEd25519PrivateKeyEntryDecoder,OpenSSHRSAPrivateKeyDecoder,RSAPublicKeyDecoder,RSAPuttyKeyDecoder,SkECDSAPublicKeyEntryDecoder,SkED25519PublicKeyEntryDecoder
public interface IdentityResourceLoader<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey> extends KeyTypeNamesSupport
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_BIGINT_OCTETS_COUNTA reasonable max.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<PRV>getPrivateKeyType()java.lang.Class<PUB>getPublicKeyType()-
Methods inherited from interface org.apache.sshd.common.config.keys.KeyTypeNamesSupport
getSupportedKeyTypes
-
-
-
-
Field Detail
-
MAX_BIGINT_OCTETS_COUNT
static final int MAX_BIGINT_OCTETS_COUNT
A reasonable max. number of octets used for aBigIntegerin the context of keys based on such numbers- See Also:
- Constant Field Values
-
-