Class XmlSigningCertificate

  • All Implemented Interfaces:
    Serializable

    public class XmlSigningCertificate
    extends Object
    implements Serializable

    Java class for SigningCertificate complex type.

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

     <complexType name="SigningCertificate">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="AttributePresent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="DigestValuePresent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="DigestValueMatch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="IssuerSerialMatch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="PublicKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
           </sequence>
           <attribute name="Certificate" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • attributePresent

        protected Boolean attributePresent
      • digestValuePresent

        protected Boolean digestValuePresent
      • digestValueMatch

        protected Boolean digestValueMatch
      • issuerSerialMatch

        protected Boolean issuerSerialMatch
      • publicKey

        protected byte[] publicKey
    • Constructor Detail

      • XmlSigningCertificate

        public XmlSigningCertificate()
    • Method Detail

      • isAttributePresent

        public Boolean isAttributePresent()
        Gets the value of the attributePresent property.
        Returns:
        possible object is Boolean
      • setAttributePresent

        public void setAttributePresent​(Boolean value)
        Sets the value of the attributePresent property.
        Parameters:
        value - allowed object is Boolean
      • isDigestValuePresent

        public Boolean isDigestValuePresent()
        Gets the value of the digestValuePresent property.
        Returns:
        possible object is Boolean
      • setDigestValuePresent

        public void setDigestValuePresent​(Boolean value)
        Sets the value of the digestValuePresent property.
        Parameters:
        value - allowed object is Boolean
      • isDigestValueMatch

        public Boolean isDigestValueMatch()
        Gets the value of the digestValueMatch property.
        Returns:
        possible object is Boolean
      • setDigestValueMatch

        public void setDigestValueMatch​(Boolean value)
        Sets the value of the digestValueMatch property.
        Parameters:
        value - allowed object is Boolean
      • isIssuerSerialMatch

        public Boolean isIssuerSerialMatch()
        Gets the value of the issuerSerialMatch property.
        Returns:
        possible object is Boolean
      • setIssuerSerialMatch

        public void setIssuerSerialMatch​(Boolean value)
        Sets the value of the issuerSerialMatch property.
        Parameters:
        value - allowed object is Boolean
      • getPublicKey

        public byte[] getPublicKey()
        Gets the value of the publicKey property.
        Returns:
        possible object is byte[]
      • setPublicKey

        public void setPublicKey​(byte[] value)
        Sets the value of the publicKey property.
        Parameters:
        value - allowed object is byte[]
      • getCertificate

        public XmlCertificate getCertificate()
        Gets the value of the certificate property.
        Returns:
        possible object is Object
      • setCertificate

        public void setCertificate​(XmlCertificate value)
        Sets the value of the certificate property.
        Parameters:
        value - allowed object is Object