Uses of Class
com.trilead.ssh2.crypto.PEMStructure
Packages that use PEMStructure
-
Uses of PEMStructure in com.trilead.ssh2.crypto
Methods in com.trilead.ssh2.crypto that return PEMStructureModifier and TypeMethodDescriptionprivate 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 PEMStructureModifier and TypeMethodDescriptionprotected abstract KeyPair
CertificateDecoder.createKeyPair
(PEMStructure pemStructure) CertificateDecoder.createKeyPair
(PEMStructure pemStructure, 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 PEMStructureModifier and TypeMethodDescriptionprotected KeyPair
DSAKeyAlgorithm.DsaCertificateDecoder.createKeyPair
(PEMStructure pemStructure) protected KeyPair
ECDSAKeyAlgorithm.EcdsaCertificateDecoder.createKeyPair
(PEMStructure pemStructure) OpenSshCertificateDecoder.createKeyPair
(PEMStructure pemStructure) OpenSshCertificateDecoder.createKeyPair
(PEMStructure pemStructure, String password) protected KeyPair
RSAKeyAlgorithm.RSACertificateDecoder.createKeyPair
(PEMStructure pemStructure)