Uses of Class
org.bouncycastle.openssl.PEMException
-
Packages that use PEMException Package Description org.bouncycastle.openssl Classes for dealing with OpenSSL PEM files.org.bouncycastle.openssl.jcajce -
-
Uses of PEMException in org.bouncycastle.openssl
Subclasses of PEMException in org.bouncycastle.openssl Modifier and Type Class Description class
EncryptionException
class
PasswordException
Methods in org.bouncycastle.openssl that throw PEMException Modifier and Type Method Description byte[]
PEMDecryptor. decrypt(byte[] data, byte[] iv)
Decrypt the passed in data using the associated IV and the decryptor's key state.byte[]
PEMEncryptor. encrypt(byte[] encoding)
-
Uses of PEMException in org.bouncycastle.openssl.jcajce
Methods in org.bouncycastle.openssl.jcajce that throw PEMException Modifier and Type Method Description KeyPair
JcaPEMKeyConverter. getKeyPair(PEMKeyPair keyPair)
PrivateKey
JcaPEMKeyConverter. getPrivateKey(org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo)
PublicKey
JcaPEMKeyConverter. getPublicKey(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo)
-