Class XmlCryptographicInformation
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlCryptographicInformation
- All Implemented Interfaces:
Serializable
public class XmlCryptographicInformation extends Object implements Serializable
Java class for CryptographicInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CryptographicInformation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Algorithm" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="KeyLength" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Secure" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="NotAfter" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description XmlCryptographicInformation()
-
Method Summary
Modifier and Type Method Description String
getAlgorithm()
Gets the value of the algorithm property.String
getKeyLength()
Gets the value of the keyLength property.Date
getNotAfter()
Gets the value of the notAfter property.boolean
isSecure()
Gets the value of the secure property.void
setAlgorithm(String value)
Sets the value of the algorithm property.void
setKeyLength(String value)
Sets the value of the keyLength property.void
setNotAfter(Date value)
Sets the value of the notAfter property.void
setSecure(boolean value)
Sets the value of the secure property.
-
Field Details
-
Constructor Details
-
XmlCryptographicInformation
public XmlCryptographicInformation()
-
-
Method Details
-
getAlgorithm
Gets the value of the algorithm property.- Returns:
- possible object is
String
-
setAlgorithm
Sets the value of the algorithm 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
-
isSecure
public boolean isSecure()Gets the value of the secure property. -
setSecure
public void setSecure(boolean value)Sets the value of the secure property. -
getNotAfter
Gets the value of the notAfter property.- Returns:
- possible object is
String
-
setNotAfter
Sets the value of the notAfter property.- Parameters:
value
- allowed object isString
-