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).
|
org.bouncycastle.operator |
Basic operators for doing encryption, signing, and digest operations.
|
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) |
Modifier and Type | Method and Description |
---|---|
InputDecryptor |
InputDecryptorProvider.get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm) |
Copyright © 2016 BouncyCastle.org. All rights reserved.