Class XmlKeyAlgo

java.lang.Object
eu.europa.esig.dss.pki.jaxb.XmlKeyAlgo
All Implemented Interfaces:
Serializable

public class XmlKeyAlgo extends Object implements Serializable
Configuration of a certificate's key pair.

Java class for KeyAlgo complex type.

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

 <complexType name="KeyAlgo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="encryption" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="pss" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • XmlKeyAlgo

      public XmlKeyAlgo()
  • Method Details

    • getEncryption

      public EncryptionAlgorithm getEncryption()
      Gets the value of the encryption property.
      Returns:
      possible object is String
    • setEncryption

      public void setEncryption(EncryptionAlgorithm value)
      Sets the value of the encryption property.
      Parameters:
      value - allowed object is String
    • getLength

      public Integer getLength()
      Gets the value of the length property.
      Returns:
      possible object is Integer
    • setLength

      public void setLength(Integer value)
      Sets the value of the length property.
      Parameters:
      value - allowed object is Integer
    • isPss

      public Boolean isPss()
      Gets the value of the pss property.
      Returns:
      possible object is Boolean
    • setPss

      public void setPss(Boolean value)
      Sets the value of the pss property.
      Parameters:
      value - allowed object is Boolean