Class AbstractPrivateKeyEntryDecoder<PUB extends PublicKey, PRV extends PrivateKey>

Type Parameters:
PUB - Type of PublicKey
PRV - Type of PrivateKey
All Implemented Interfaces:
IdentityResourceLoader<PUB,PRV>, KeyEntryResolver<PUB,PRV>, KeyTypeNamesSupport, PrivateKeyEntryDecoder<PUB,PRV>, PrivateKeyEntryResolver
Direct Known Subclasses:
GenericOpenSSHEd25519PrivateKeyEntryDecoder, OpenSSHDSSPrivateKeyEntryDecoder, OpenSSHECDSAPrivateKeyEntryDecoder, OpenSSHRSAPrivateKeyDecoder

public abstract class AbstractPrivateKeyEntryDecoder<PUB extends PublicKey, PRV extends PrivateKey> extends AbstractKeyEntryResolver<PUB,PRV> implements PrivateKeyEntryDecoder<PUB,PRV>
  • Constructor Details