Class CryptoInformationType
java.lang.Object
eu.europa.esig.validationreport.jaxb.CryptoInformationType
- All Implemented Interfaces:
Serializable
public class CryptoInformationType extends Object implements Serializable
Java class for CryptoInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CryptoInformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ValidationObjectId" type="{http://uri.etsi.org/19102/v1.2.1#}VOReferenceType"/>
<element name="Algorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="AlgorithmParameters" type="{http://uri.etsi.org/19102/v1.2.1#}TypedDataType" minOccurs="0"/>
<element name="SecureAlgorithm" 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
Fields Modifier and Type Field Description protected Stringalgorithmprotected TypedDataTypealgorithmParametersprotected DatenotAfterprotected booleansecureAlgorithmprotected VOReferenceTypevalidationObjectId -
Constructor Summary
Constructors Constructor Description CryptoInformationType() -
Method Summary
Modifier and Type Method Description StringgetAlgorithm()Gets the value of the algorithm property.TypedDataTypegetAlgorithmParameters()Gets the value of the algorithmParameters property.DategetNotAfter()Gets the value of the notAfter property.VOReferenceTypegetValidationObjectId()Gets the value of the validationObjectId property.booleanisSecureAlgorithm()Gets the value of the secureAlgorithm property.voidsetAlgorithm(String value)Sets the value of the algorithm property.voidsetAlgorithmParameters(TypedDataType value)Sets the value of the algorithmParameters property.voidsetNotAfter(Date value)Sets the value of the notAfter property.voidsetSecureAlgorithm(boolean value)Sets the value of the secureAlgorithm property.voidsetValidationObjectId(VOReferenceType value)Sets the value of the validationObjectId property.
-
Field Details
-
validationObjectId
-
algorithm
-
algorithmParameters
-
secureAlgorithm
protected boolean secureAlgorithm -
notAfter
-
-
Constructor Details
-
CryptoInformationType
public CryptoInformationType()
-
-
Method Details
-
getValidationObjectId
Gets the value of the validationObjectId property.- Returns:
- possible object is
VOReferenceType
-
setValidationObjectId
Sets the value of the validationObjectId property.- Parameters:
value- allowed object isVOReferenceType
-
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
-
getAlgorithmParameters
Gets the value of the algorithmParameters property.- Returns:
- possible object is
TypedDataType
-
setAlgorithmParameters
Sets the value of the algorithmParameters property.- Parameters:
value- allowed object isTypedDataType
-
isSecureAlgorithm
public boolean isSecureAlgorithm()Gets the value of the secureAlgorithm property. -
setSecureAlgorithm
public void setSecureAlgorithm(boolean value)Sets the value of the secureAlgorithm 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
-