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 KeyPaircreateKeyPair(PEMStructure pemStructure) createKeyPair(PEMStructure pemStructure, String password) abstract Stringabstract String
-
Constructor Details
-
CertificateDecoder
public CertificateDecoder()
-
-
Method Details
-
getStartLine
-
getEndLine
-
createKeyPair
- Throws:
IOException
-
createKeyPair
- Throws:
IOException
-