Package | Description |
---|---|
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.cms.bc | |
org.bouncycastle.cms.jcajce | |
org.bouncycastle.operator |
Basic operators for doing encryption, signing, and digest operations.
|
org.bouncycastle.operator.bc | |
org.bouncycastle.operator.jcajce |
Modifier and Type | Method and Description |
---|---|
RecipientInfo |
KeyTransRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) |
RecipientInfo |
RecipientInfoGenerator.generate(GenericKey contentEncryptionKey) |
RecipientInfo |
KEKRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) |
RecipientInfo |
PasswordRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) |
RecipientInfo |
KeyAgreeRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) |
protected abstract byte[] |
PasswordRecipientInfoGenerator.generateEncryptedBytes(AlgorithmIdentifier algorithm,
byte[] derivedKey,
GenericKey contentEncryptionKey) |
protected abstract ASN1Sequence |
KeyAgreeRecipientInfoGenerator.generateRecipientEncryptedKeys(AlgorithmIdentifier keyAgreeAlgorithm,
AlgorithmIdentifier keyEncAlgorithm,
GenericKey contentEncryptionKey) |
Modifier and Type | Method and Description |
---|---|
byte[] |
BcPasswordRecipientInfoGenerator.generateEncryptedBytes(AlgorithmIdentifier keyEncryptionAlgorithm,
byte[] derivedKey,
GenericKey contentEncryptionKey) |
Modifier and Type | Method and Description |
---|---|
byte[] |
JcePasswordRecipientInfoGenerator.generateEncryptedBytes(AlgorithmIdentifier keyEncryptionAlgorithm,
byte[] derivedKey,
GenericKey contentEncryptionKey) |
ASN1Sequence |
JceKeyAgreeRecipientInfoGenerator.generateRecipientEncryptedKeys(AlgorithmIdentifier keyAgreeAlgorithm,
AlgorithmIdentifier keyEncryptionAlgorithm,
GenericKey contentEncryptionKey) |
Key |
EnvelopedDataHelper.getJceKey(ASN1ObjectIdentifier algorithm,
GenericKey key) |
Modifier and Type | Method and Description |
---|---|
GenericKey |
KeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptionKeyAlgorithm,
byte[] encryptedKey) |
GenericKey |
MacCalculator.getKey()
Return the key used for calculating the MAC.
|
GenericKey |
OutputEncryptor.getKey()
Return the key used for encrypting the output.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
KeyWrapper.generateWrappedKey(GenericKey encryptionKey) |
Modifier and Type | Method and Description |
---|---|
GenericKey |
BcAsymmetricKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm,
byte[] encryptedKey) |
GenericKey |
BcSymmetricKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm,
byte[] encryptedKey) |
Modifier and Type | Method and Description |
---|---|
byte[] |
BcAsymmetricKeyWrapper.generateWrappedKey(GenericKey encryptionKey) |
byte[] |
BcSymmetricKeyWrapper.generateWrappedKey(GenericKey encryptionKey) |
Modifier and Type | Class and Description |
---|---|
class |
JceGenericKey |
Modifier and Type | Method and Description |
---|---|
GenericKey |
JceKTSKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm,
byte[] encryptedKey) |
GenericKey |
JceAsymmetricKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm,
byte[] encryptedKey) |
GenericKey |
JceSymmetricKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm,
byte[] encryptedKey) |
Modifier and Type | Method and Description |
---|---|
byte[] |
JceAsymmetricKeyWrapper.generateWrappedKey(GenericKey encryptionKey) |
byte[] |
JceKTSKeyWrapper.generateWrappedKey(GenericKey encryptionKey) |
byte[] |
JceSymmetricKeyWrapper.generateWrappedKey(GenericKey encryptionKey) |
Copyright © 2018 BouncyCastle.org. All rights reserved.