Package eu.europa.esig.dss.pki.jaxb
Class XmlKeyAlgo
java.lang.Object
eu.europa.esig.dss.pki.jaxb.XmlKeyAlgo
- All Implemented Interfaces:
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 Summary
Modifier and TypeFieldDescriptionprotected EncryptionAlgorithm
protected Integer
protected Boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encryption property.Gets the value of the length property.isPss()
Gets the value of the pss property.void
setEncryption
(EncryptionAlgorithm value) Sets the value of the encryption property.void
Sets the value of the length property.void
Sets the value of the pss property.
-
Field Details
-
encryption
-
length
-
pss
-
-
Constructor Details
-
XmlKeyAlgo
public XmlKeyAlgo()
-
-
Method Details