Package | Description |
---|---|
org.bouncycastle.asn1.cms | |
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 |
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) |
Constructor and Description |
---|
KEKRecipientInfoGenerator(KEKIdentifier kekIdentifier,
SymmetricKeyWrapper wrapper) |
Constructor and Description |
---|
BcKEKRecipientInfoGenerator(KEKIdentifier kekIdentifier,
BcSymmetricKeyWrapper kekWrapper) |
Constructor and Description |
---|
JceKEKRecipientInfoGenerator(KEKIdentifier kekIdentifier,
SecretKey keyEncryptionKey) |
Copyright © 2018 BouncyCastle.org. All rights reserved.