Class XmlCryptographicInformation

java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlCryptographicInformation
All Implemented Interfaces:
Serializable

public class XmlCryptographicInformation
extends Object
implements Serializable

Java class for CryptographicInformation complex type.

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

 <complexType name="CryptographicInformation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Algorithm" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="KeyLength" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Secure" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="NotAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

  • Constructor Details

  • Method Details

    • 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
    • getKeyLength

      public String getKeyLength()
      Gets the value of the keyLength property.
      Returns:
      possible object is String
    • setKeyLength

      public void setKeyLength​(String value)
      Sets the value of the keyLength property.
      Parameters:
      value - allowed object is String
    • isSecure

      public boolean isSecure()
      Gets the value of the secure property.
    • setSecure

      public void setSecure​(boolean value)
      Sets the value of the secure 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