public class VaultUnlockResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="encryptedData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="mac" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="signatureValid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
encryptedData |
protected String |
mac |
protected boolean |
signatureValid |
| Constructor and Description |
|---|
VaultUnlockResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEncryptedData()
Gets the value of the encryptedData property.
|
String |
getMac()
Gets the value of the mac property.
|
boolean |
isSignatureValid()
Gets the value of the signatureValid property.
|
void |
setEncryptedData(String value)
Sets the value of the encryptedData property.
|
void |
setMac(String value)
Sets the value of the mac property.
|
void |
setSignatureValid(boolean value)
Sets the value of the signatureValid property.
|
protected String encryptedData
protected String mac
protected boolean signatureValid
public String getEncryptedData()
Stringpublic void setEncryptedData(String value)
value - allowed object is
Stringpublic String getMac()
Stringpublic void setMac(String value)
value - allowed object is
Stringpublic boolean isSignatureValid()
public void setSignatureValid(boolean value)
Copyright © 2017–2020 Wultra s.r.o.. All rights reserved.