Package | Description |
---|---|
org.bouncycastle.cert.crmf | |
org.bouncycastle.cert.crmf.jcajce | |
org.bouncycastle.cms | |
org.bouncycastle.operator |
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) |