Class OCSPValidityType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.OCSPValidityType
Java class for OCSPValidityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OCSPValidityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OCSPIdentifier" type="{http://uri.etsi.org/01903/v1.3.2#}OCSPIdentifierType"/>
<element name="OCSPValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="OCSPContent" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}OCSPContentType" minOccurs="0"/>
<element name="SignatureOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignatureValidityType"/>
<element name="CertificatePathValidity" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CertificatePathValidityType"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CertificatePathValidityTypeprotected Stringprotected OCSPContentTypeprotected OCSPIdentifierTypeprotected byte[]protected SignatureValidityType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificatePathValidity property.getId()Gets the value of the id property.Gets the value of the ocspContent property.Gets the value of the ocspIdentifier property.byte[]Gets the value of the ocspValue property.Gets the value of the signatureOK property.voidSets the value of the certificatePathValidity property.voidSets the value of the id property.voidsetOCSPContent(OCSPContentType value) Sets the value of the ocspContent property.voidSets the value of the ocspIdentifier property.voidsetOCSPValue(byte[] value) Sets the value of the ocspValue property.voidSets the value of the signatureOK property.
-
Field Details
-
ocspIdentifier
-
ocspValue
protected byte[] ocspValue -
ocspContent
-
signatureOK
-
certificatePathValidity
-
id
-
-
Constructor Details
-
OCSPValidityType
public OCSPValidityType()
-
-
Method Details
-
getOCSPIdentifier
Gets the value of the ocspIdentifier property.- Returns:
- possible object is
OCSPIdentifierType
-
setOCSPIdentifier
Sets the value of the ocspIdentifier property.- Parameters:
value- allowed object isOCSPIdentifierType
-
getOCSPValue
public byte[] getOCSPValue()Gets the value of the ocspValue property.- Returns:
- possible object is byte[]
-
setOCSPValue
public void setOCSPValue(byte[] value) Sets the value of the ocspValue property.- Parameters:
value- allowed object is byte[]
-
getOCSPContent
Gets the value of the ocspContent property.- Returns:
- possible object is
OCSPContentType
-
setOCSPContent
Sets the value of the ocspContent property.- Parameters:
value- allowed object isOCSPContentType
-
getSignatureOK
Gets the value of the signatureOK property.- Returns:
- possible object is
SignatureValidityType
-
setSignatureOK
Sets the value of the signatureOK property.- Parameters:
value- allowed object isSignatureValidityType
-
getCertificatePathValidity
Gets the value of the certificatePathValidity property.- Returns:
- possible object is
CertificatePathValidityType
-
setCertificatePathValidity
Sets the value of the certificatePathValidity property.- Parameters:
value- allowed object isCertificatePathValidityType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-