Class EvidenceRecordValidityType.EncryptionInfo
java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.EvidenceRecordValidityType.EncryptionInfo
- Enclosing class:
- EvidenceRecordValidityType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="EncryptionInfoType" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}AlgorithmValidityType"/>
<element name="EncryptionInfoValue" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encryptionInfoType property.Gets the value of the encryptionInfoValue property.voidSets the value of the encryptionInfoType property.voidsetEncryptionInfoValue(AnyType value) Sets the value of the encryptionInfoValue property.
-
Field Details
-
encryptionInfoType
-
encryptionInfoValue
-
-
Constructor Details
-
EncryptionInfo
public EncryptionInfo()
-
-
Method Details
-
getEncryptionInfoType
Gets the value of the encryptionInfoType property.- Returns:
- possible object is
AlgorithmValidityType
-
setEncryptionInfoType
Sets the value of the encryptionInfoType property.- Parameters:
value- allowed object isAlgorithmValidityType
-
getEncryptionInfoValue
Gets the value of the encryptionInfoValue property.- Returns:
- possible object is
AnyType
-
setEncryptionInfoValue
Sets the value of the encryptionInfoValue property.- Parameters:
value- allowed object isAnyType
-