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[] keyBytes,
byte[] iv) |
byte[] |
PEMEncryptor.encrypt(byte[] encoding) |
Modifier and Type | Method and Description |
---|---|
KeyPair |
JcaPEMKeyConverter.getKeyPair(PEMKeyPair keyPair) |
PrivateKey |
JcaPEMKeyConverter.getPrivateKey(org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo) |
PublicKey |
JcaPEMKeyConverter.getPublicKey(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo) |
Copyright © 2016 BouncyCastle.org. All rights reserved.