Class CryptoInformationType
java.lang.Object
eu.europa.esig.validationreport.jaxb.CryptoInformationType
- All Implemented Interfaces:
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.4.1#}VOReferenceType"/>
<element name="Algorithm" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="AlgorithmParameters" type="{http://uri.etsi.org/19102/v1.4.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"/>
<element name="OtherInformation" type="{http://uri.etsi.org/19102/v1.4.1#}AnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected TypedDataTypeprotected Dateprotected AnyTypeprotected booleanprotected VOReferenceType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the algorithm property.Gets the value of the algorithmParameters property.Gets the value of the notAfter property.Gets the value of the otherInformation property.Gets the value of the validationObjectId property.booleanGets the value of the secureAlgorithm property.voidsetAlgorithm(String value) Sets the value of the algorithm property.voidSets the value of the algorithmParameters property.voidsetNotAfter(Date value) Sets the value of the notAfter property.voidsetOtherInformation(AnyType value) Sets the value of the otherInformation property.voidsetSecureAlgorithm(boolean value) Sets the value of the secureAlgorithm property.voidSets the value of the validationObjectId property.
-
Field Details
-
validationObjectId
-
algorithm
-
algorithmParameters
-
secureAlgorithm
protected boolean secureAlgorithm -
notAfter
-
otherInformation
-
-
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
-
getOtherInformation
Gets the value of the otherInformation property.- Returns:
- possible object is
AnyType
-
setOtherInformation
Sets the value of the otherInformation property.- Parameters:
value- allowed object isAnyType
-