Class AbstractPuttyKeyDecoder<PUB extends PublicKey,PRV extends PrivateKey>

Type Parameters:
PUB - Generic public key type
PRV - Generic private key type
All Implemented Interfaces:
IdentityResourceLoader<PUB,PRV>, KeyTypeNamesSupport, KeyPairResourceLoader, KeyPairResourceParser, PuttyKeyPairResourceParser<PUB,PRV>
Direct Known Subclasses:
DSSPuttyKeyDecoder, ECDSAPuttyKeyDecoder, EdDSAPuttyKeyDecoder, RSAPuttyKeyDecoder

public abstract class AbstractPuttyKeyDecoder<PUB extends PublicKey,PRV extends PrivateKey> extends AbstractIdentityResourceLoader<PUB,PRV> implements PuttyKeyPairResourceParser<PUB,PRV>