Class SignerIdentifier


  • public class SignerIdentifier
    extends Object
    Definition: Cryptographic Message Syntax (CMS) data structure containing the Signer Identifier -- Reference: RFC 3852: Cryptographic Message Syntax (CMS) -- Usage: This data structure contains: the issuer name (see X.501-88) the certificate serial number (see X.509-97)

    Java class for SignerIdentifier complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SignerIdentifier">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="IssuerAndSerialNumber" type="{}IssuerAndSerialNumber"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • issuerAndSerialNumber

        protected IssuerAndSerialNumber issuerAndSerialNumber
        The Issuer and serial number.
    • Constructor Detail

      • SignerIdentifier

        public SignerIdentifier()