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
FieldsModifier and TypeFieldDescriptionprotected EncryptionAlgorithmprotected Integerprotected Boolean -
Constructor Summary
Constructors -
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.voidsetEncryption(EncryptionAlgorithm value) Sets the value of the encryption property.voidSets the value of the length property.voidSets the value of the pss property.
-
Field Details
-
encryption
-
length
-
pss
-
-
Constructor Details
-
XmlKeyAlgo
public XmlKeyAlgo()
-
-
Method Details