Uses of Class
com.trilead.ssh2.crypto.PEMStructure
-
Packages that use PEMStructure Package Description com.trilead.ssh2.crypto -
-
Uses of PEMStructure in com.trilead.ssh2.crypto
Methods in com.trilead.ssh2.crypto that return PEMStructure Modifier and Type Method Description static PEMStructurePEMDecoder. parsePEM(char[] pem)Process a PEM file and construct a PEMStructure.Methods in com.trilead.ssh2.crypto with parameters of type PEMStructure Modifier and Type Method Description protected abstract java.security.KeyPairCertificateDecoder. createKeyPair(PEMStructure pemStructure)java.security.KeyPairCertificateDecoder. createKeyPair(PEMStructure pemStructure, java.lang.String password)static voidPEMDecoder. decryptPEM(PEMStructure ps, java.lang.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.
-