Class EvidenceRecordValidityType.EncryptionInfo

java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.EvidenceRecordValidityType.EncryptionInfo
Enclosing class:
EvidenceRecordValidityType

public static class EvidenceRecordValidityType.EncryptionInfo extends Object

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 Details

  • Constructor Details

    • EncryptionInfo

      public EncryptionInfo()
  • Method Details

    • getEncryptionInfoType

      public AlgorithmValidityType getEncryptionInfoType()
      Gets the value of the encryptionInfoType property.
      Returns:
      possible object is AlgorithmValidityType
    • setEncryptionInfoType

      public void setEncryptionInfoType(AlgorithmValidityType value)
      Sets the value of the encryptionInfoType property.
      Parameters:
      value - allowed object is AlgorithmValidityType
    • getEncryptionInfoValue

      public AnyType getEncryptionInfoValue()
      Gets the value of the encryptionInfoValue property.
      Returns:
      possible object is AnyType
    • setEncryptionInfoValue

      public void setEncryptionInfoValue(AnyType value)
      Sets the value of the encryptionInfoValue property.
      Parameters:
      value - allowed object is AnyType