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: