Package | Description |
---|---|
old.org.bouncycastle.cms | |
old.org.bouncycastle.cms.jcajce | |
old.org.bouncycastle.operator | |
old.org.bouncycastle.operator.bc | |
old.org.bouncycastle.operator.jcajce |
Modifier and Type | Method and Description |
---|---|
RecipientInfo |
RecipientInfoGenerator.generate(GenericKey contentEncryptionKey) |
RecipientInfo |
PasswordRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) |
RecipientInfo |
KeyTransRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) |
RecipientInfo |
KeyAgreeRecipientInfoGenerator.generate(GenericKey contentEncryptionKey) |
RecipientInfo |
KEKRecipientInfoGenerator.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[] |
JcePasswordRecipientInfoGenerator.generateEncryptedBytes(AlgorithmIdentifier keyEncryptionAlgorithm,
byte[] derivedKey,
GenericKey contentEncryptionKey) |
ASN1Sequence |
JceKeyAgreeRecipientInfoGenerator.generateRecipientEncryptedKeys(AlgorithmIdentifier keyAgreeAlgorithm,
AlgorithmIdentifier keyEncryptionAlgorithm,
GenericKey contentEncryptionKey) |
Modifier and Type | Method and Description |
---|---|
GenericKey |
KeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptionKeyAlgorithm,
byte[] encryptedKey) |
GenericKey |
OutputEncryptor.getKey()
Return the key used for encrypting the output.
|
GenericKey |
MacCalculator.getKey()
Return the key used for calculating the MAC.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
KeyWrapper.generateWrappedKey(GenericKey encryptionKey) |
Modifier and Type | Method and Description |
---|---|
byte[] |
BcAsymmetricKeyWrapper.generateWrappedKey(GenericKey encryptionKey) |
Modifier and Type | Method and Description |
---|---|
GenericKey |
JceSymmetricKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm,
byte[] encryptedKey) |
GenericKey |
JceAsymmetricKeyUnwrapper.generateUnwrappedKey(AlgorithmIdentifier encryptedKeyAlgorithm,
byte[] encryptedKey) |
Modifier and Type | Method and Description |
---|---|
byte[] |
JceSymmetricKeyWrapper.generateWrappedKey(GenericKey encryptionKey) |
byte[] |
JceAsymmetricKeyWrapper.generateWrappedKey(GenericKey encryptionKey) |
Copyright © 2015. All rights reserved.