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="signatureType" type="{http://getlime.io/security/powerauth/v2}SignatureType"/>
<element name="ephemeralPublicKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationId |
protected String |
ephemeralPublicKey |
protected SignatureType |
signatureType |
| Constructor and Description |
|---|
CreateTokenRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationId()
Gets the value of the activationId property.
|
String |
getEphemeralPublicKey()
Gets the value of the ephemeralPublicKey property.
|
SignatureType |
getSignatureType()
Gets the value of the signatureType property.
|
void |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setEphemeralPublicKey(String value)
Sets the value of the ephemeralPublicKey property.
|
void |
setSignatureType(SignatureType value)
Sets the value of the signatureType property.
|
protected String activationId
protected SignatureType signatureType
protected String ephemeralPublicKey
public String getActivationId()
Stringpublic void setActivationId(String value)
value - allowed object is
Stringpublic SignatureType getSignatureType()
SignatureTypepublic void setSignatureType(SignatureType value)
value - allowed object is
SignatureTypepublic String getEphemeralPublicKey()
StringCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.