Class XmlCryptographicAlgorithm
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlCryptographicAlgorithm
- All Implemented Interfaces:
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the keyLength property.getName()
Gets the value of the name property.getUri()
Gets the value of the uri property.void
setKeyLength
(String value) Sets the value of the keyLength property.void
Sets the value of the name property.void
Sets the value of the uri property.
-
Field Details
-
name
-
uri
-
keyLength
-
-
Constructor Details
-
XmlCryptographicAlgorithm
public XmlCryptographicAlgorithm()
-
-
Method Details
-
getName
-
setName
-
getUri
-
setUri
-
getKeyLength
-
setKeyLength
-