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