public class VaultUnlockRequest 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="activationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="signedData" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="signature" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="signatureType" type="{http://getlime.io/security/powerauth/v3}SignatureType"/>
<element name="signatureVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ephemeralPublicKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="encryptedData" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mac" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="nonce" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationId |
protected String |
applicationKey |
protected String |
encryptedData |
protected String |
ephemeralPublicKey |
protected String |
mac |
protected String |
nonce |
protected String |
signature |
protected SignatureType |
signatureType |
protected String |
signatureVersion |
protected String |
signedData |
| Constructor and Description |
|---|
VaultUnlockRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationId()
Gets the value of the activationId property.
|
String |
getApplicationKey()
Gets the value of the applicationKey property.
|
String |
getEncryptedData()
Gets the value of the encryptedData property.
|
String |
getEphemeralPublicKey()
Gets the value of the ephemeralPublicKey property.
|
String |
getMac()
Gets the value of the mac property.
|
String |
getNonce()
Gets the value of the nonce property.
|
String |
getSignature()
Gets the value of the signature property.
|
SignatureType |
getSignatureType()
Gets the value of the signatureType property.
|
String |
getSignatureVersion()
Gets the value of the signatureVersion property.
|
String |
getSignedData()
Gets the value of the signedData property.
|
void |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setApplicationKey(String value)
Sets the value of the applicationKey property.
|
void |
setEncryptedData(String value)
Sets the value of the encryptedData property.
|
void |
setEphemeralPublicKey(String value)
Sets the value of the ephemeralPublicKey property.
|
void |
setMac(String value)
Sets the value of the mac property.
|
void |
setNonce(String value)
Sets the value of the nonce property.
|
void |
setSignature(String value)
Sets the value of the signature property.
|
void |
setSignatureType(SignatureType value)
Sets the value of the signatureType property.
|
void |
setSignatureVersion(String value)
Sets the value of the signatureVersion property.
|
void |
setSignedData(String value)
Sets the value of the signedData property.
|
protected String activationId
protected String applicationKey
protected String signedData
protected String signature
protected SignatureType signatureType
protected String signatureVersion
protected String ephemeralPublicKey
protected String encryptedData
protected String mac
protected String nonce
public String getActivationId()
Stringpublic void setActivationId(String value)
value - allowed object is
Stringpublic String getApplicationKey()
Stringpublic void setApplicationKey(String value)
value - allowed object is
Stringpublic String getSignedData()
Stringpublic void setSignedData(String value)
value - allowed object is
Stringpublic String getSignature()
Stringpublic void setSignature(String value)
value - allowed object is
Stringpublic SignatureType getSignatureType()
SignatureTypepublic void setSignatureType(SignatureType value)
value - allowed object is
SignatureTypepublic String getSignatureVersion()
Stringpublic void setSignatureVersion(String value)
value - allowed object is
Stringpublic String getEphemeralPublicKey()
Stringpublic void setEphemeralPublicKey(String value)
value - allowed object is
Stringpublic String getEncryptedData()
Stringpublic void setEncryptedData(String value)
value - allowed object is
Stringpublic String getMac()
Stringpublic void setMac(String value)
value - allowed object is
Stringpublic String getNonce()
StringCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.