Package org.apache.sshd.openpgp
Class PGPPublicKeyEntryDataResolver
java.lang.Object
org.apache.sshd.openpgp.PGPPublicKeyEntryDataResolver
- All Implemented Interfaces:
PublicKeyEntryDataResolver
TODO Add javadoc
- Author:
- Apache MINA SSHD Project
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PGPPublicKeyEntryDataResolverstatic final Stringstatic final NavigableSet<String> static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]decodeEntryKeyData(String encData) static byte[]decodeKeyFingerprint(String encData) encodeEntryKeyData(byte[] keyData) static StringencodeKeyFingerprint(byte[] keyData) static StringgetKeyType(org.bouncycastle.openpgp.PGPPublicKey key) static voidUsed in order to add thedefault resolverfor all thestandard PGP key types.
-
Field Details
-
PGP_RSA_KEY
- See Also:
-
PGP_DSS_KEY
- See Also:
-
PGP_KEY_TYPES
-
DEFAULT
-
-
Constructor Details
-
PGPPublicKeyEntryDataResolver
public PGPPublicKeyEntryDataResolver()
-
-
Method Details
-
decodeEntryKeyData
- Specified by:
decodeEntryKeyDatain interfacePublicKeyEntryDataResolver
-
encodeEntryKeyData
- Specified by:
encodeEntryKeyDatain interfacePublicKeyEntryDataResolver
-
decodeKeyFingerprint
-
encodeKeyFingerprint
-
registerDefaultKeyEntryDataResolvers
public static void registerDefaultKeyEntryDataResolvers()Used in order to add thedefault resolverfor all thestandard PGP key types.- See Also:
-
getKeyType
-