Uses of Class
com.trilead.ssh2.crypto.PEMStructure
-
Packages that use PEMStructure Package Description com.trilead.ssh2.crypto com.trilead.ssh2.signature -
-
Uses of PEMStructure in com.trilead.ssh2.crypto
Methods in com.trilead.ssh2.crypto that return PEMStructure Modifier and Type Method Description private static PEMStructure
PEMDecoder. parsePEM(char[] pem)
private static PEMStructure
PEMDecoder. parsePEM(char[] pem, CertificateDecoder certificateDecoder)
Methods in com.trilead.ssh2.crypto with parameters of type PEMStructure Modifier and Type Method Description protected abstract java.security.KeyPair
CertificateDecoder. createKeyPair(PEMStructure pemStructure)
java.security.KeyPair
CertificateDecoder. createKeyPair(PEMStructure pemStructure, java.lang.String password)
private static void
PEMDecoder. decryptPEM(PEMStructure ps, byte[] pw)
static boolean
PEMDecoder. isPEMEncrypted(PEMStructure ps)
-
Uses of PEMStructure in com.trilead.ssh2.signature
Methods in com.trilead.ssh2.signature with parameters of type PEMStructure Modifier and Type Method Description protected java.security.KeyPair
DSAKeyAlgorithm.DsaCertificateDecoder. createKeyPair(PEMStructure pemStructure)
protected java.security.KeyPair
ECDSAKeyAlgorithm.EcdsaCertificateDecoder. createKeyPair(PEMStructure pemStructure)
java.security.KeyPair
OpenSshCertificateDecoder. createKeyPair(PEMStructure pemStructure)
java.security.KeyPair
OpenSshCertificateDecoder. createKeyPair(PEMStructure pemStructure, java.lang.String password)
protected java.security.KeyPair
RSAKeyAlgorithm.RSACertificateDecoder. createKeyPair(PEMStructure pemStructure)
-