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
Fields -
Constructor Summary
Constructors -
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.voidsetKeyLength(String value) Sets the value of the keyLength property.voidSets the value of the name property.voidSets the value of the uri property.
-
Field Details
-
name
-
uri
-
keyLength
-
-
Constructor Details
-
XmlCryptographicAlgorithm
public XmlCryptographicAlgorithm()
-
-
Method Details
-
getName
-
setName
-
getUri
-
setUri
-
getKeyLength
-
setKeyLength
-