Interface IdentityResourceLoader<PUB extends PublicKey,PRV extends PrivateKey>
-
- Type Parameters:
PUB- Type ofPublicKeyPRV- Type ofPrivateKey
- All Superinterfaces:
KeyTypeNamesSupport
- All Known Subinterfaces:
KeyEntryResolver<PUB,PRV>,PrivateKeyEntryDecoder<PUB,PRV>,PublicKeyEntryDecoder<PUB,PRV>
- All Known Implementing Classes:
AbstractIdentityResourceLoader,AbstractKeyEntryResolver,AbstractPrivateKeyEntryDecoder,AbstractPublicKeyEntryDecoder,DSSPublicKeyEntryDecoder,ECDSAPublicKeyEntryDecoder,Ed25519PublicKeyDecoder,OpenSSHCertificateDecoder,OpenSSHDSSPrivateKeyEntryDecoder,OpenSSHECDSAPrivateKeyEntryDecoder,OpenSSHEd25519PrivateKeyEntryDecoder,OpenSSHRSAPrivateKeyDecoder,RSAPublicKeyDecoder,SkECDSAPublicKeyEntryDecoder,SkED25519PublicKeyEntryDecoder
public interface IdentityResourceLoader<PUB extends PublicKey,PRV extends PrivateKey> extends KeyTypeNamesSupport
- Author:
- Apache MINA SSHD Project
-
-
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 Class<PRV>getPrivateKeyType()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
-
-