Class CertificateValidityType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.CertificateValidityType
Java class for CertificateValidityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateValidityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CertificateIdentifier" type="{http://www.w3.org/2000/09/xmldsig#}X509IssuerSerialType"/>
<element name="Subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ChainingOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
<element name="ValidityPeriodOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
<element name="ExtensionsOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
<element name="CertificateValue" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="CertificateContent" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CertificateContentType" minOccurs="0"/>
<element name="SignatureOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}SignatureValidityType"/>
<element name="CertificateStatus" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CertificateStatusType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CertificateContentTypeprotected X509IssuerSerialTypeprotected CertificateStatusTypeprotected byte[]protected VerificationResultTypeprotected VerificationResultTypeprotected SignatureValidityTypeprotected Stringprotected VerificationResultType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificateContent property.Gets the value of the certificateIdentifier property.Gets the value of the certificateStatus property.byte[]Gets the value of the certificateValue property.Gets the value of the chainingOK property.Gets the value of the extensionsOK property.Gets the value of the signatureOK property.Gets the value of the subject property.Gets the value of the validityPeriodOK property.voidSets the value of the certificateContent property.voidSets the value of the certificateIdentifier property.voidSets the value of the certificateStatus property.voidsetCertificateValue(byte[] value) Sets the value of the certificateValue property.voidSets the value of the chainingOK property.voidSets the value of the extensionsOK property.voidSets the value of the signatureOK property.voidsetSubject(String value) Sets the value of the subject property.voidSets the value of the validityPeriodOK property.
-
Field Details
-
certificateIdentifier
-
subject
-
chainingOK
-
validityPeriodOK
-
extensionsOK
-
certificateValue
protected byte[] certificateValue -
certificateContent
-
signatureOK
-
certificateStatus
-
-
Constructor Details
-
CertificateValidityType
public CertificateValidityType()
-
-
Method Details
-
getCertificateIdentifier
Gets the value of the certificateIdentifier property.- Returns:
- possible object is
X509IssuerSerialType
-
setCertificateIdentifier
Sets the value of the certificateIdentifier property.- Parameters:
value- allowed object isX509IssuerSerialType
-
getSubject
Gets the value of the subject property.- Returns:
- possible object is
String
-
setSubject
Sets the value of the subject property.- Parameters:
value- allowed object isString
-
getChainingOK
Gets the value of the chainingOK property.- Returns:
- possible object is
VerificationResultType
-
setChainingOK
Sets the value of the chainingOK property.- Parameters:
value- allowed object isVerificationResultType
-
getValidityPeriodOK
Gets the value of the validityPeriodOK property.- Returns:
- possible object is
VerificationResultType
-
setValidityPeriodOK
Sets the value of the validityPeriodOK property.- Parameters:
value- allowed object isVerificationResultType
-
getExtensionsOK
Gets the value of the extensionsOK property.- Returns:
- possible object is
VerificationResultType
-
setExtensionsOK
Sets the value of the extensionsOK property.- Parameters:
value- allowed object isVerificationResultType
-
getCertificateValue
public byte[] getCertificateValue()Gets the value of the certificateValue property.- Returns:
- possible object is byte[]
-
setCertificateValue
public void setCertificateValue(byte[] value) Sets the value of the certificateValue property.- Parameters:
value- allowed object is byte[]
-
getCertificateContent
Gets the value of the certificateContent property.- Returns:
- possible object is
CertificateContentType
-
setCertificateContent
Sets the value of the certificateContent property.- Parameters:
value- allowed object isCertificateContentType
-
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
-
getCertificateStatus
Gets the value of the certificateStatus property.- Returns:
- possible object is
CertificateStatusType
-
setCertificateStatus
Sets the value of the certificateStatus property.- Parameters:
value- allowed object isCertificateStatusType
-