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 PEMStructurePEMDecoder.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 KeyPairCertificateDecoder.createKeyPair(PEMStructure pemStructure) CertificateDecoder.createKeyPair(PEMStructure pemStructure, String password) static voidPEMDecoder.decryptPEM(PEMStructure ps, String password) Decrypt a key in a PEMStructure and store the unencrypted key decrypted in the PEMStructure.static booleanPEMDecoder.isPEMEncrypted(PEMStructure ps) Check if a Key is encrypted.