Class XmlCryptographicAlgorithm

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

public class XmlCryptographicAlgorithm extends Object implements Serializable

Java class for CryptographicAlgorithm complex type.

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

 <complexType name="CryptographicAlgorithm">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Uri" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="KeyLength" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • name

      protected String name
    • uri

      protected String uri
    • keyLength

      protected String keyLength
  • Constructor Details

    • XmlCryptographicAlgorithm

      public XmlCryptographicAlgorithm()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getUri

      public String getUri()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setUri

      public void setUri(String value)
      Sets the value of the uri 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