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 TypeMethodDescriptionstatic PEMStructure
PEMDecoder.parsePEM
(char[] pem) Process a PEM file and construct a PEMStructure.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) static void
PEMDecoder.decryptPEM
(PEMStructure ps, String password) Decrypt a key in a PEMStructure and store the unencrypted key decrypted in the PEMStructure.static boolean
PEMDecoder.isPEMEncrypted
(PEMStructure ps) Check if a Key is encrypted.