Class KEKIdentifier

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cms.KEKIdentifier
All Implemented Interfaces:
ASN1Encodable, Encodable

public class KEKIdentifier extends ASN1Object
RFC 5652: Content encryption key delivery mechanisms.

 KEKIdentifier ::= SEQUENCE {
     keyIdentifier OCTET STRING,
     date GeneralizedTime OPTIONAL,
     other OtherKeyAttribute OPTIONAL 
 }