Class CertificateChainType

  • All Implemented Interfaces:
    Serializable

    public class CertificateChainType
    extends Object
    implements Serializable

    Java class for CertificateChainType complex type.

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

     <complexType name="CertificateChainType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="SigningCertificate" type="{http://uri.etsi.org/19102/v1.2.1#}VOReferenceType"/>
             <element name="IntermediateCertificate" type="{http://uri.etsi.org/19102/v1.2.1#}VOReferenceType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="TrustAnchor" type="{http://uri.etsi.org/19102/v1.2.1#}VOReferenceType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • CertificateChainType

        public CertificateChainType()
    • Method Detail

      • getSigningCertificate

        public VOReferenceType getSigningCertificate()
        Gets the value of the signingCertificate property.
        Returns:
        possible object is VOReferenceType
      • setSigningCertificate

        public void setSigningCertificate​(VOReferenceType value)
        Sets the value of the signingCertificate property.
        Parameters:
        value - allowed object is VOReferenceType
      • getIntermediateCertificate

        public List<VOReferenceType> getIntermediateCertificate()
        Gets the value of the intermediateCertificate 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 intermediateCertificate property.

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

            getIntermediateCertificate().add(newItem);
         

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

      • setTrustAnchor

        public void setTrustAnchor​(VOReferenceType value)
        Sets the value of the trustAnchor property.
        Parameters:
        value - allowed object is VOReferenceType