Class XmlBasicSignature
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlBasicSignature
- All Implemented Interfaces:
Serializable
public class XmlBasicSignature extends Object implements Serializable
Java class for BasicSignature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BasicSignature"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="EncryptionAlgoUsedToSignThisToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="KeyLengthUsedToSignThisToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DigestAlgoUsedToSignThisToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="MaskGenerationFunctionUsedToSignThisToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SignatureIntact" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="SignatureValid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected DigestAlgorithm
digestAlgoUsedToSignThisToken
protected EncryptionAlgorithm
encryptionAlgoUsedToSignThisToken
protected String
keyLengthUsedToSignThisToken
protected MaskGenerationFunction
maskGenerationFunctionUsedToSignThisToken
protected Boolean
signatureIntact
protected Boolean
signatureValid
-
Constructor Summary
Constructors Constructor Description XmlBasicSignature()
-
Method Summary
Modifier and Type Method Description DigestAlgorithm
getDigestAlgoUsedToSignThisToken()
Gets the value of the digestAlgoUsedToSignThisToken property.EncryptionAlgorithm
getEncryptionAlgoUsedToSignThisToken()
Gets the value of the encryptionAlgoUsedToSignThisToken property.String
getKeyLengthUsedToSignThisToken()
Gets the value of the keyLengthUsedToSignThisToken property.MaskGenerationFunction
getMaskGenerationFunctionUsedToSignThisToken()
Gets the value of the maskGenerationFunctionUsedToSignThisToken property.Boolean
isSignatureIntact()
Gets the value of the signatureIntact property.Boolean
isSignatureValid()
Gets the value of the signatureValid property.void
setDigestAlgoUsedToSignThisToken(DigestAlgorithm value)
Sets the value of the digestAlgoUsedToSignThisToken property.void
setEncryptionAlgoUsedToSignThisToken(EncryptionAlgorithm value)
Sets the value of the encryptionAlgoUsedToSignThisToken property.void
setKeyLengthUsedToSignThisToken(String value)
Sets the value of the keyLengthUsedToSignThisToken property.void
setMaskGenerationFunctionUsedToSignThisToken(MaskGenerationFunction value)
Sets the value of the maskGenerationFunctionUsedToSignThisToken property.void
setSignatureIntact(Boolean value)
Sets the value of the signatureIntact property.void
setSignatureValid(Boolean value)
Sets the value of the signatureValid property.
-
Field Details
-
Constructor Details
-
XmlBasicSignature
public XmlBasicSignature()
-
-
Method Details
-
getEncryptionAlgoUsedToSignThisToken
Gets the value of the encryptionAlgoUsedToSignThisToken property.- Returns:
- possible object is
String
-
setEncryptionAlgoUsedToSignThisToken
Sets the value of the encryptionAlgoUsedToSignThisToken property.- Parameters:
value
- allowed object isString
-
getKeyLengthUsedToSignThisToken
Gets the value of the keyLengthUsedToSignThisToken property.- Returns:
- possible object is
String
-
setKeyLengthUsedToSignThisToken
Sets the value of the keyLengthUsedToSignThisToken property.- Parameters:
value
- allowed object isString
-
getDigestAlgoUsedToSignThisToken
Gets the value of the digestAlgoUsedToSignThisToken property.- Returns:
- possible object is
String
-
setDigestAlgoUsedToSignThisToken
Sets the value of the digestAlgoUsedToSignThisToken property.- Parameters:
value
- allowed object isString
-
getMaskGenerationFunctionUsedToSignThisToken
Gets the value of the maskGenerationFunctionUsedToSignThisToken property.- Returns:
- possible object is
String
-
setMaskGenerationFunctionUsedToSignThisToken
Sets the value of the maskGenerationFunctionUsedToSignThisToken property.- Parameters:
value
- allowed object isString
-
isSignatureIntact
Gets the value of the signatureIntact property.- Returns:
- possible object is
Boolean
-
setSignatureIntact
Sets the value of the signatureIntact property.- Parameters:
value
- allowed object isBoolean
-
isSignatureValid
Gets the value of the signatureValid property.- Returns:
- possible object is
Boolean
-
setSignatureValid
Sets the value of the signatureValid property.- Parameters:
value
- allowed object isBoolean
-