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:
OpenSSHDSSPrivateKeyEntryDecoder, OpenSSHECDSAPrivateKeyEntryDecoder, OpenSSHEd25519PrivateKeyEntryDecoder, OpenSSHRSAPrivateKeyDecoder

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