Class 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 
     }