Class XmlOrphanCertificateToken

All Implemented Interfaces:
Serializable

public class XmlOrphanCertificateToken extends XmlOrphanToken implements Serializable

Java class for OrphanCertificateToken complex type.

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

 <complexType name="OrphanCertificateToken">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/diagnostic}OrphanToken">
       <sequence>
         <element name="SubjectDistinguishedName" type="{http://dss.esig.europa.eu/validation/diagnostic}DistinguishedName" maxOccurs="unbounded" minOccurs="0"/>
         <element name="IssuerDistinguishedName" type="{http://dss.esig.europa.eu/validation/diagnostic}DistinguishedName" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="NotAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="NotBefore" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="EntityKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Trusted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="SelfSigned" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="Base64Encoded" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           <element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • XmlOrphanCertificateToken

      public XmlOrphanCertificateToken()
  • Method Details

    • getSubjectDistinguishedName

      public List<XmlDistinguishedName> getSubjectDistinguishedName()
      Gets the value of the subjectDistinguishedName property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the subjectDistinguishedName property.

      For example, to add a new item, do as follows:

          getSubjectDistinguishedName().add(newItem);
       

      Objects of the following type(s) are allowed in the list XmlDistinguishedName

    • getIssuerDistinguishedName

      public List<XmlDistinguishedName> getIssuerDistinguishedName()
      Gets the value of the issuerDistinguishedName property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the issuerDistinguishedName property.

      For example, to add a new item, do as follows:

          getIssuerDistinguishedName().add(newItem);
       

      Objects of the following type(s) are allowed in the list XmlDistinguishedName

    • getSerialNumber

      public BigInteger getSerialNumber()
      Gets the value of the serialNumber property.
      Returns:
      possible object is BigInteger
    • setSerialNumber

      public void setSerialNumber(BigInteger value)
      Sets the value of the serialNumber property.
      Parameters:
      value - allowed object is BigInteger
    • getNotAfter

      public Date getNotAfter()
      Gets the value of the notAfter property.
      Returns:
      possible object is String
    • setNotAfter

      public void setNotAfter(Date value)
      Sets the value of the notAfter property.
      Parameters:
      value - allowed object is String
    • getNotBefore

      public Date getNotBefore()
      Gets the value of the notBefore property.
      Returns:
      possible object is String
    • setNotBefore

      public void setNotBefore(Date value)
      Sets the value of the notBefore property.
      Parameters:
      value - allowed object is String
    • getEntityKey

      public String getEntityKey()
      Gets the value of the entityKey property.
      Returns:
      possible object is String
    • setEntityKey

      public void setEntityKey(String value)
      Sets the value of the entityKey property.
      Parameters:
      value - allowed object is String
    • isTrusted

      public Boolean isTrusted()
      Gets the value of the trusted property.
      Returns:
      possible object is Boolean
    • setTrusted

      public void setTrusted(Boolean value)
      Sets the value of the trusted property.
      Parameters:
      value - allowed object is Boolean
    • isSelfSigned

      public Boolean isSelfSigned()
      Gets the value of the selfSigned property.
      Returns:
      possible object is Boolean
    • setSelfSigned

      public void setSelfSigned(Boolean value)
      Sets the value of the selfSigned property.
      Parameters:
      value - allowed object is Boolean
    • getBase64Encoded

      public byte[] getBase64Encoded()
      Gets the value of the base64Encoded property.
      Returns:
      possible object is byte[]
    • setBase64Encoded

      public void setBase64Encoded(byte[] value)
      Sets the value of the base64Encoded property.
      Parameters:
      value - allowed object is byte[]
    • getDigestAlgoAndValue

      public XmlDigestAlgoAndValue getDigestAlgoAndValue()
      Gets the value of the digestAlgoAndValue property.
      Returns:
      possible object is XmlDigestAlgoAndValue
    • setDigestAlgoAndValue

      public void setDigestAlgoAndValue(XmlDigestAlgoAndValue value)
      Sets the value of the digestAlgoAndValue property.
      Parameters:
      value - allowed object is XmlDigestAlgoAndValue