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 operator definitions for doing encryption, signing, and digest operations.
|
Modifier and Type | Method and Description |
---|---|
InputDecryptor |
ValueDecryptorGenerator.getValueDecryptor(AlgorithmIdentifier keyAlg,
AlgorithmIdentifier symmAlg,
byte[] encKey) |
Modifier and Type | Method and Description |
---|---|
InputDecryptor |
JceAsymmetricValueDecryptorGenerator.getValueDecryptor(AlgorithmIdentifier keyEncryptionAlgorithm,
AlgorithmIdentifier contentEncryptionAlgorithm,
byte[] encryptedContentEncryptionKey) |
Constructor and Description |
---|
RecipientOperator(InputDecryptor decryptor) |
Modifier and Type | Interface and Description |
---|---|
interface |
InputAEADDecryptor
Base interface for an input consuming AEAD Decryptor supporting associated text.
|
Modifier and Type | Method and Description |
---|---|
InputDecryptor |
InputDecryptorProvider.get(AlgorithmIdentifier algorithm) |
Copyright © 2021 BouncyCastle.org. All rights reserved.