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:
  • Field Details

    • encryptionAlgoUsedToSignThisToken

      protected EncryptionAlgorithm encryptionAlgoUsedToSignThisToken
    • keyLengthUsedToSignThisToken

      protected String keyLengthUsedToSignThisToken
    • digestAlgoUsedToSignThisToken

      protected DigestAlgorithm digestAlgoUsedToSignThisToken
    • maskGenerationFunctionUsedToSignThisToken

      protected MaskGenerationFunction maskGenerationFunctionUsedToSignThisToken
    • signatureIntact

      protected Boolean signatureIntact
    • signatureValid

      protected Boolean signatureValid
  • Constructor Details

    • XmlBasicSignature

      public XmlBasicSignature()
  • Method Details

    • getEncryptionAlgoUsedToSignThisToken

      public EncryptionAlgorithm getEncryptionAlgoUsedToSignThisToken()
      Gets the value of the encryptionAlgoUsedToSignThisToken property.
      Returns:
      possible object is String
    • setEncryptionAlgoUsedToSignThisToken

      public void setEncryptionAlgoUsedToSignThisToken(EncryptionAlgorithm value)
      Sets the value of the encryptionAlgoUsedToSignThisToken property.
      Parameters:
      value - allowed object is String
    • getKeyLengthUsedToSignThisToken

      public String getKeyLengthUsedToSignThisToken()
      Gets the value of the keyLengthUsedToSignThisToken property.
      Returns:
      possible object is String
    • setKeyLengthUsedToSignThisToken

      public void setKeyLengthUsedToSignThisToken(String value)
      Sets the value of the keyLengthUsedToSignThisToken property.
      Parameters:
      value - allowed object is String
    • getDigestAlgoUsedToSignThisToken

      public DigestAlgorithm getDigestAlgoUsedToSignThisToken()
      Gets the value of the digestAlgoUsedToSignThisToken property.
      Returns:
      possible object is String
    • setDigestAlgoUsedToSignThisToken

      public void setDigestAlgoUsedToSignThisToken(DigestAlgorithm value)
      Sets the value of the digestAlgoUsedToSignThisToken property.
      Parameters:
      value - allowed object is String
    • getMaskGenerationFunctionUsedToSignThisToken

      public MaskGenerationFunction getMaskGenerationFunctionUsedToSignThisToken()
      Gets the value of the maskGenerationFunctionUsedToSignThisToken property.
      Returns:
      possible object is String
    • setMaskGenerationFunctionUsedToSignThisToken

      public void setMaskGenerationFunctionUsedToSignThisToken(MaskGenerationFunction value)
      Sets the value of the maskGenerationFunctionUsedToSignThisToken property.
      Parameters:
      value - allowed object is String
    • isSignatureIntact

      public Boolean isSignatureIntact()
      Gets the value of the signatureIntact property.
      Returns:
      possible object is Boolean
    • setSignatureIntact

      public void setSignatureIntact(Boolean value)
      Sets the value of the signatureIntact property.
      Parameters:
      value - allowed object is Boolean
    • isSignatureValid

      public Boolean isSignatureValid()
      Gets the value of the signatureValid property.
      Returns:
      possible object is Boolean
    • setSignatureValid

      public void setSignatureValid(Boolean value)
      Sets the value of the signatureValid property.
      Parameters:
      value - allowed object is Boolean