Uses of Class
org.bouncycastle.asn1.cms.KEKIdentifier
Packages that use KEKIdentifier
Package
Description
Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).
-
Uses of KEKIdentifier in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return KEKIdentifierModifier and TypeMethodDescriptionstatic KEKIdentifier
KEKIdentifier.getInstance
(Object obj) Return a KEKIdentifier object from the given object.static KEKIdentifier
KEKIdentifier.getInstance
(ASN1TaggedObject obj, boolean explicit) Return a KEKIdentifier object from a tagged object.KEKRecipientInfo.getKekid()
Constructors in org.bouncycastle.asn1.cms with parameters of type KEKIdentifierModifierConstructorDescriptionKEKRecipientInfo
(KEKIdentifier kekid, AlgorithmIdentifier keyEncryptionAlgorithm, ASN1OctetString encryptedKey)