Package com.trilead.ssh2.crypto
Class CertificateDecoder
java.lang.Object
com.trilead.ssh2.crypto.CertificateDecoder
public abstract class CertificateDecoder extends Object
- Author:
- Michael Clarke
-
Constructor Summary
Constructors Constructor Description CertificateDecoder() -
Method Summary
Modifier and Type Method Description protected abstract KeyPaircreateKeyPair(PEMStructure pemStructure)KeyPaircreateKeyPair(PEMStructure pemStructure, String password)abstract StringgetEndLine()abstract StringgetStartLine()
-
Constructor Details
-
CertificateDecoder
public CertificateDecoder()
-
-
Method Details
-
getStartLine
-
getEndLine
-
createKeyPair
- Throws:
IOException
-
createKeyPair
- Throws:
IOException
-