Class CertificateChainType
java.lang.Object
eu.europa.esig.validationreport.jaxb.CertificateChainType
- All Implemented Interfaces:
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.4.1#}VOReferenceType"/> <element name="IntermediateCertificate" type="{http://uri.etsi.org/19102/v1.4.1#}VOReferenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="TrustAnchor" type="{http://uri.etsi.org/19102/v1.4.1#}VOReferenceType" minOccurs="0"/> <element name="OtherInformation" type="{http://uri.etsi.org/19102/v1.4.1#}AnyType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected List
<VOReferenceType> protected AnyType
protected VOReferenceType
protected VOReferenceType
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the intermediateCertificate property.Gets the value of the otherInformation property.Gets the value of the signingCertificate property.Gets the value of the trustAnchor property.void
setOtherInformation
(AnyType value) Sets the value of the otherInformation property.void
Sets the value of the signingCertificate property.void
setTrustAnchor
(VOReferenceType value) Sets the value of the trustAnchor property.
-
Field Details
-
signingCertificate
-
intermediateCertificate
-
trustAnchor
-
otherInformation
-
-
Constructor Details
-
CertificateChainType
public CertificateChainType()
-
-
Method Details
-
getSigningCertificate
Gets the value of the signingCertificate property.- Returns:
- possible object is
VOReferenceType
-
setSigningCertificate
Sets the value of the signingCertificate property.- Parameters:
value
- allowed object isVOReferenceType
-
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 Jakarta XML Binding 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
-
getTrustAnchor
Gets the value of the trustAnchor property.- Returns:
- possible object is
VOReferenceType
-
setTrustAnchor
Sets the value of the trustAnchor property.- Parameters:
value
- allowed object isVOReferenceType
-
getOtherInformation
-
setOtherInformation
-