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
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
getKeyLength
Gets the value of the keyLength property.- Returns:
- possible object is
String
-
setKeyLength
Sets the value of the keyLength property.- Parameters:
value
- allowed object isString
-