| Package | Description |
|---|---|
| org.bouncycastle.cert.crmf |
Basic support package for handling and creating CRMF (RFC 4211) certificate request messages.
|
| org.bouncycastle.cert.crmf.jcajce |
JCA extensions to the CRMF online certificate request package.
|
| org.bouncycastle.cms |
A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).
|
| Modifier and Type | Method and Description |
|---|---|
InputDecryptor |
ValueDecryptorGenerator.getValueDecryptor(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyAlg,
org.bouncycastle.asn1.x509.AlgorithmIdentifier symmAlg,
byte[] encKey) |
| Modifier and Type | Method and Description |
|---|---|
InputDecryptor |
JceAsymmetricValueDecryptorGenerator.getValueDecryptor(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm,
org.bouncycastle.asn1.x509.AlgorithmIdentifier contentEncryptionAlgorithm,
byte[] encryptedContentEncryptionKey) |
| Constructor and Description |
|---|
RecipientOperator(InputDecryptor decryptor) |
Copyright © 2014. All rights reserved.