Class RecipientKeyIdentifier

  • All Implemented Interfaces:
    ASN1Encodable, Encodable

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

     RecipientKeyIdentifier ::= SEQUENCE {
         subjectKeyIdentifier SubjectKeyIdentifier,
         date GeneralizedTime OPTIONAL,
         other OtherKeyAttribute OPTIONAL 
     }
    
     SubjectKeyIdentifier ::= OCTET STRING