public class CreateTokenRequest 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="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"/>
<element name="signatureType" type="{http://getlime.io/security/powerauth/v3}SignatureType"/>
</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 SignatureType |
signatureType |
| Constructor and Description |
|---|
CreateTokenRequest() |
| 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.
|
SignatureType |
getSignatureType()
Gets the value of the signatureType 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 |
setSignatureType(SignatureType value)
Sets the value of the signatureType property.
|
protected String activationId
protected String applicationKey
protected String ephemeralPublicKey
protected String encryptedData
protected String mac
protected String nonce
protected SignatureType signatureType
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 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()
Stringpublic void setNonce(String value)
value - allowed object is
Stringpublic SignatureType getSignatureType()
SignatureTypepublic void setSignatureType(SignatureType value)
value - allowed object is
SignatureTypeCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.