Class SignerIdentifier

  • All Implemented Interfaces:
    ASN1Choice, ASN1Encodable, Encodable

    public class SignerIdentifier
    extends ASN1Object
    implements ASN1Choice
    RFC 5652: Identify who signed the containing SignerInfo object.

    The certificates referred to by this are at containing SignedData structure.

     SignerIdentifier ::= CHOICE {
         issuerAndSerialNumber IssuerAndSerialNumber,
         subjectKeyIdentifier [0] SubjectKeyIdentifier 
     }
    
     SubjectKeyIdentifier ::= OCTET STRING