Interface KeyPairPEMResourceParser
-
- All Superinterfaces:
AlgorithmNameProvider
,KeyPairResourceLoader
,KeyPairResourceParser
- All Known Implementing Classes:
AbstractPEMResourceKeyPairParser
,DSSPEMResourceKeyPairParser
,ECDSAPEMResourceKeyPairParser
,PKCS8PEMResourceKeyPairParser
,RSAPEMResourceKeyPairParser
public interface KeyPairPEMResourceParser extends AlgorithmNameProvider, KeyPairResourceParser
The reported algorithm name refers to the encryption algorithm name - e.g., "RSA", "DSA"
-
-
Field Summary
-
Fields inherited from interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
MAX_CIPHER_NAME_LENGTH, MAX_KEY_COMMENT_LENGTH, MAX_KEY_TYPE_NAME_LENGTH, MAX_PRIVATE_KEY_DATA_SIZE, MAX_PUBLIC_KEY_DATA_SIZE
-
Fields inherited from interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
EMPTY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAlgorithmIdentifier()
-
Methods inherited from interface org.apache.sshd.common.AlgorithmNameProvider
getAlgorithm
-
Methods inherited from interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs, loadKeyPairs
-
Methods inherited from interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
canExtractKeyPairs
-
-