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
-
-
Constructor Summary
Constructors Constructor Description XmlCryptographicInformation()
-
Method Summary
Modifier and Type Method Description StringgetAlgorithm()Gets the value of the algorithm property.StringgetKeyLength()Gets the value of the keyLength property.DategetNotAfter()Gets the value of the notAfter property.booleanisSecure()Gets the value of the secure property.voidsetAlgorithm(String value)Sets the value of the algorithm property.voidsetKeyLength(String value)Sets the value of the keyLength property.voidsetNotAfter(Date value)Sets the value of the notAfter property.voidsetSecure(boolean value)Sets the value of the secure property.
-
-
-
Method Detail
-
getAlgorithm
public String getAlgorithm()
Gets the value of the algorithm property.- Returns:
- possible object is
String
-
setAlgorithm
public void setAlgorithm(String value)
Sets the value of the algorithm property.- Parameters:
value- allowed object isString
-
getKeyLength
public String getKeyLength()
Gets the value of the keyLength property.- Returns:
- possible object is
String
-
setKeyLength
public void setKeyLength(String value)
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
public Date getNotAfter()
Gets the value of the notAfter property.- Returns:
- possible object is
String
-
-