Class SignerIdentifier

  • All Implemented Interfaces:
    io.anyline.nfc.bouncycastle.asn1.ASN1Choice , io.anyline.nfc.bouncycastle.asn1.ASN1Encodable , io.anyline.nfc.bouncycastle.util.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