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 PEMStructure
PEMDecoder. 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.KeyPair
CertificateDecoder. createKeyPair(PEMStructure pemStructure)
java.security.KeyPair
CertificateDecoder. createKeyPair(PEMStructure pemStructure, java.lang.String password)
static void
PEMDecoder. decryptPEM(PEMStructure ps, java.lang.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.
-