Package com.trilead.ssh2.signature
Class RSAKeyAlgorithm.RSACertificateDecoder
- java.lang.Object
-
- com.trilead.ssh2.crypto.CertificateDecoder
-
- com.trilead.ssh2.signature.RSAKeyAlgorithm.RSACertificateDecoder
-
- Enclosing class:
- RSAKeyAlgorithm
private static class RSAKeyAlgorithm.RSACertificateDecoder extends CertificateDecoder
-
-
Constructor Summary
Constructors Modifier Constructor Description privateRSACertificateDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.security.KeyPaircreateKeyPair(PEMStructure pemStructure)java.lang.StringgetEndLine()java.lang.StringgetStartLine()-
Methods inherited from class com.trilead.ssh2.crypto.CertificateDecoder
createKeyPair
-
-
-
-
Method Detail
-
getStartLine
public java.lang.String getStartLine()
- Specified by:
getStartLinein classCertificateDecoder
-
getEndLine
public java.lang.String getEndLine()
- Specified by:
getEndLinein classCertificateDecoder
-
createKeyPair
protected java.security.KeyPair createKeyPair(PEMStructure pemStructure) throws java.io.IOException
- Specified by:
createKeyPairin classCertificateDecoder- Throws:
java.io.IOException
-
-