Package | Description |
---|---|
org.bouncycastle.openssl |
Classes for dealing with OpenSSL PEM files.
|
org.bouncycastle.openssl.jcajce |
Modifier and Type | Class and Description |
---|---|
class |
EncryptionException |
class |
PasswordException |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
KeyPair |
JcaPEMKeyConverter.getKeyPair(PEMKeyPair keyPair) |
PrivateKey |
JcaPEMKeyConverter.getPrivateKey(PrivateKeyInfo privateKeyInfo) |
PublicKey |
JcaPEMKeyConverter.getPublicKey(SubjectPublicKeyInfo publicKeyInfo) |
Copyright © 2018 BouncyCastle.org. All rights reserved.