Package | Description |
---|---|
org.bouncycastle.asn1.cms |
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) |
Copyright © 2021 BouncyCastle.org. All rights reserved.