Class SignatureValidityType
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.SignatureValidityType
Java class for SignatureValidityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureValidityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SigMathOK" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}VerificationResultType"/>
<element name="SignatureAlgorithm" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}AlgorithmValidityType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected VerificationResultTypeprotected AlgorithmValidityType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the sigMathOK property.Gets the value of the signatureAlgorithm property.voidSets the value of the sigMathOK property.voidSets the value of the signatureAlgorithm property.
-
Field Details
-
sigMathOK
-
signatureAlgorithm
-
-
Constructor Details
-
SignatureValidityType
public SignatureValidityType()
-
-
Method Details
-
getSigMathOK
Gets the value of the sigMathOK property.- Returns:
- possible object is
VerificationResultType
-
setSigMathOK
Sets the value of the sigMathOK property.- Parameters:
value- allowed object isVerificationResultType
-
getSignatureAlgorithm
Gets the value of the signatureAlgorithm property.- Returns:
- possible object is
AlgorithmValidityType
-
setSignatureAlgorithm
Sets the value of the signatureAlgorithm property.- Parameters:
value- allowed object isAlgorithmValidityType
-