Class CryptoInformationType

java.lang.Object
eu.europa.esig.validationreport.jaxb.CryptoInformationType
All Implemented Interfaces:
Serializable

public class CryptoInformationType extends Object implements Serializable

Java class for CryptoInformationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CryptoInformationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ValidationObjectId" type="{http://uri.etsi.org/19102/v1.4.1#}VOReferenceType"/>
         <element name="Algorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="AlgorithmParameters" type="{http://uri.etsi.org/19102/v1.4.1#}TypedDataType" minOccurs="0"/>
         <element name="SecureAlgorithm" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="NotAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="OtherInformation" type="{http://uri.etsi.org/19102/v1.4.1#}AnyType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • validationObjectId

      protected VOReferenceType validationObjectId
    • algorithm

      protected String algorithm
    • algorithmParameters

      protected TypedDataType algorithmParameters
    • secureAlgorithm

      protected boolean secureAlgorithm
    • notAfter

      protected Date notAfter
    • otherInformation

      protected AnyType otherInformation
  • Constructor Details

    • CryptoInformationType

      public CryptoInformationType()
  • Method Details

    • getValidationObjectId

      public VOReferenceType getValidationObjectId()
      Gets the value of the validationObjectId property.
      Returns:
      possible object is VOReferenceType
    • setValidationObjectId

      public void setValidationObjectId(VOReferenceType value)
      Sets the value of the validationObjectId property.
      Parameters:
      value - allowed object is VOReferenceType
    • getAlgorithm

      public String getAlgorithm()
      Gets the value of the algorithm property.
      Returns:
      possible object is String
    • setAlgorithm

      public void setAlgorithm(String value)
      Sets the value of the algorithm property.
      Parameters:
      value - allowed object is String
    • getAlgorithmParameters

      public TypedDataType getAlgorithmParameters()
      Gets the value of the algorithmParameters property.
      Returns:
      possible object is TypedDataType
    • setAlgorithmParameters

      public void setAlgorithmParameters(TypedDataType value)
      Sets the value of the algorithmParameters property.
      Parameters:
      value - allowed object is TypedDataType
    • isSecureAlgorithm

      public boolean isSecureAlgorithm()
      Gets the value of the secureAlgorithm property.
    • setSecureAlgorithm

      public void setSecureAlgorithm(boolean value)
      Sets the value of the secureAlgorithm property.
    • getNotAfter

      public Date getNotAfter()
      Gets the value of the notAfter property.
      Returns:
      possible object is String
    • setNotAfter

      public void setNotAfter(Date value)
      Sets the value of the notAfter property.
      Parameters:
      value - allowed object is String
    • getOtherInformation

      public AnyType getOtherInformation()
      Gets the value of the otherInformation property.
      Returns:
      possible object is AnyType
    • setOtherInformation

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