Package com.trilead.ssh2.crypto
Class CertificateDecoder
java.lang.Object
com.trilead.ssh2.crypto.CertificateDecoder
- Direct Known Subclasses:
DSAKeyAlgorithm.DsaCertificateDecoder
,ECDSAKeyAlgorithm.EcdsaCertificateDecoder
,OpenSshCertificateDecoder
,RSAKeyAlgorithm.RSACertificateDecoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract KeyPair
createKeyPair
(PEMStructure pemStructure) createKeyPair
(PEMStructure pemStructure, String password) abstract String
abstract String
-
Constructor Details
-
CertificateDecoder
public CertificateDecoder()
-
-
Method Details
-
getStartLine
-
getEndLine
-
createKeyPair
- Throws:
IOException
-
createKeyPair
- Throws:
IOException
-