Package | Description |
---|---|
old.org.bouncycastle.asn1.cms | |
old.org.bouncycastle.cms | |
old.org.bouncycastle.cms.jcajce |
Modifier and Type | Method and Description |
---|---|
static KEKIdentifier |
KEKIdentifier.getInstance(ASN1TaggedObject obj,
boolean explicit)
return a KEKIdentifier object from a tagged object.
|
static KEKIdentifier |
KEKIdentifier.getInstance(Object obj)
return a KEKIdentifier object from the given object.
|
KEKIdentifier |
KEKRecipientInfo.getKekid() |
Constructor and Description |
---|
KEKRecipientInfo(KEKIdentifier kekid,
AlgorithmIdentifier keyEncryptionAlgorithm,
ASN1OctetString encryptedKey) |
Modifier and Type | Method and Description |
---|---|
void |
CMSEnvelopedGenerator.addKEKRecipient(SecretKey key,
KEKIdentifier kekIdentifier)
Deprecated.
use the addRecipientGenerator and JceKEKRecipientInfoGenerator
|
Constructor and Description |
---|
KEKRecipientInfoGenerator(KEKIdentifier kekIdentifier,
SymmetricKeyWrapper wrapper) |
Constructor and Description |
---|
JceKEKRecipientInfoGenerator(KEKIdentifier kekIdentifier,
SecretKey keyEncryptionKey) |
Copyright © 2015. All rights reserved.