public class XmlBasicSignature extends Object
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="ReferenceDataFound" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ReferenceDataIntact" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SignatureIntact" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="SignatureValid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
digestAlgoUsedToSignThisToken |
protected String |
encryptionAlgoUsedToSignThisToken |
protected String |
keyLengthUsedToSignThisToken |
protected String |
maskGenerationFunctionUsedToSignThisToken |
protected boolean |
referenceDataFound |
protected boolean |
referenceDataIntact |
protected boolean |
signatureIntact |
protected boolean |
signatureValid |
| Constructor and Description |
|---|
XmlBasicSignature() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDigestAlgoUsedToSignThisToken()
Gets the value of the digestAlgoUsedToSignThisToken property.
|
String |
getEncryptionAlgoUsedToSignThisToken()
Gets the value of the encryptionAlgoUsedToSignThisToken property.
|
String |
getKeyLengthUsedToSignThisToken()
Gets the value of the keyLengthUsedToSignThisToken property.
|
String |
getMaskGenerationFunctionUsedToSignThisToken()
Gets the value of the maskGenerationFunctionUsedToSignThisToken property.
|
boolean |
isReferenceDataFound()
Gets the value of the referenceDataFound property.
|
boolean |
isReferenceDataIntact()
Gets the value of the referenceDataIntact property.
|
boolean |
isSignatureIntact()
Gets the value of the signatureIntact property.
|
boolean |
isSignatureValid()
Gets the value of the signatureValid property.
|
void |
setDigestAlgoUsedToSignThisToken(String value)
Sets the value of the digestAlgoUsedToSignThisToken property.
|
void |
setEncryptionAlgoUsedToSignThisToken(String value)
Sets the value of the encryptionAlgoUsedToSignThisToken property.
|
void |
setKeyLengthUsedToSignThisToken(String value)
Sets the value of the keyLengthUsedToSignThisToken property.
|
void |
setMaskGenerationFunctionUsedToSignThisToken(String value)
Sets the value of the maskGenerationFunctionUsedToSignThisToken property.
|
void |
setReferenceDataFound(boolean value)
Sets the value of the referenceDataFound property.
|
void |
setReferenceDataIntact(boolean value)
Sets the value of the referenceDataIntact property.
|
void |
setSignatureIntact(boolean value)
Sets the value of the signatureIntact property.
|
void |
setSignatureValid(boolean value)
Sets the value of the signatureValid property.
|
protected String encryptionAlgoUsedToSignThisToken
protected String keyLengthUsedToSignThisToken
protected String digestAlgoUsedToSignThisToken
protected String maskGenerationFunctionUsedToSignThisToken
protected boolean referenceDataFound
protected boolean referenceDataIntact
protected boolean signatureIntact
protected boolean signatureValid
public String getEncryptionAlgoUsedToSignThisToken()
Stringpublic void setEncryptionAlgoUsedToSignThisToken(String value)
value - allowed object is
Stringpublic String getKeyLengthUsedToSignThisToken()
Stringpublic void setKeyLengthUsedToSignThisToken(String value)
value - allowed object is
Stringpublic String getDigestAlgoUsedToSignThisToken()
Stringpublic void setDigestAlgoUsedToSignThisToken(String value)
value - allowed object is
Stringpublic String getMaskGenerationFunctionUsedToSignThisToken()
Stringpublic void setMaskGenerationFunctionUsedToSignThisToken(String value)
value - allowed object is
Stringpublic boolean isReferenceDataFound()
public void setReferenceDataFound(boolean value)
public boolean isReferenceDataIntact()
public void setReferenceDataIntact(boolean value)
public boolean isSignatureIntact()
public void setSignatureIntact(boolean value)
public boolean isSignatureValid()
public void setSignatureValid(boolean value)
Copyright © 2018. All rights reserved.