java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlBasicSignature
- All Implemented Interfaces:
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="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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.enumerations.DigestAlgorithmGets the value of the digestAlgoUsedToSignThisToken property.eu.europa.esig.dss.enumerations.EncryptionAlgorithmGets the value of the encryptionAlgoUsedToSignThisToken property.Gets the value of the keyLengthUsedToSignThisToken property.Gets the value of the signatureIntact property.Gets the value of the signatureValid property.voidsetDigestAlgoUsedToSignThisToken(eu.europa.esig.dss.enumerations.DigestAlgorithm value) Sets the value of the digestAlgoUsedToSignThisToken property.voidsetEncryptionAlgoUsedToSignThisToken(eu.europa.esig.dss.enumerations.EncryptionAlgorithm value) Sets the value of the encryptionAlgoUsedToSignThisToken property.voidSets the value of the keyLengthUsedToSignThisToken property.voidsetSignatureIntact(Boolean value) Sets the value of the signatureIntact property.voidsetSignatureValid(Boolean value) Sets the value of the signatureValid property.
-
Field Details
-
encryptionAlgoUsedToSignThisToken
protected eu.europa.esig.dss.enumerations.EncryptionAlgorithm encryptionAlgoUsedToSignThisToken -
keyLengthUsedToSignThisToken
-
digestAlgoUsedToSignThisToken
protected eu.europa.esig.dss.enumerations.DigestAlgorithm digestAlgoUsedToSignThisToken -
signatureIntact
-
signatureValid
-
-
Constructor Details
-
XmlBasicSignature
public XmlBasicSignature()
-
-
Method Details
-
getEncryptionAlgoUsedToSignThisToken
public eu.europa.esig.dss.enumerations.EncryptionAlgorithm getEncryptionAlgoUsedToSignThisToken()Gets the value of the encryptionAlgoUsedToSignThisToken property.- Returns:
- possible object is
String
-
setEncryptionAlgoUsedToSignThisToken
public void setEncryptionAlgoUsedToSignThisToken(eu.europa.esig.dss.enumerations.EncryptionAlgorithm value) 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
public eu.europa.esig.dss.enumerations.DigestAlgorithm getDigestAlgoUsedToSignThisToken()Gets the value of the digestAlgoUsedToSignThisToken property.- Returns:
- possible object is
String
-
setDigestAlgoUsedToSignThisToken
public void setDigestAlgoUsedToSignThisToken(eu.europa.esig.dss.enumerations.DigestAlgorithm value) Sets the value of the digestAlgoUsedToSignThisToken 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
-