Package | Description |
---|---|
org.bouncycastle.openssl | |
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 |
---|---|
java.security.KeyPair |
JcaPEMKeyConverter.getKeyPair(PEMKeyPair keyPair) |
java.security.PrivateKey |
JcaPEMKeyConverter.getPrivateKey(org.bouncycastle.asn1.pkcs.PrivateKeyInfo privateKeyInfo) |
java.security.PublicKey |
JcaPEMKeyConverter.getPublicKey(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo publicKeyInfo) |