public class PrepareActivationResponse 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="activationNonce" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ephemeralPublicKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="encryptedServerPublicKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="encryptedServerPublicKeySignature" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
activationId |
protected String |
activationNonce |
protected String |
encryptedServerPublicKey |
protected String |
encryptedServerPublicKeySignature |
protected String |
ephemeralPublicKey |
| Constructor and Description |
|---|
PrepareActivationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationId()
Gets the value of the activationId property.
|
String |
getActivationNonce()
Gets the value of the activationNonce property.
|
String |
getEncryptedServerPublicKey()
Gets the value of the encryptedServerPublicKey property.
|
String |
getEncryptedServerPublicKeySignature()
Gets the value of the encryptedServerPublicKeySignature property.
|
String |
getEphemeralPublicKey()
Gets the value of the ephemeralPublicKey property.
|
void |
setActivationId(String value)
Sets the value of the activationId property.
|
void |
setActivationNonce(String value)
Sets the value of the activationNonce property.
|
void |
setEncryptedServerPublicKey(String value)
Sets the value of the encryptedServerPublicKey property.
|
void |
setEncryptedServerPublicKeySignature(String value)
Sets the value of the encryptedServerPublicKeySignature property.
|
void |
setEphemeralPublicKey(String value)
Sets the value of the ephemeralPublicKey property.
|
protected String activationId
protected String activationNonce
protected String ephemeralPublicKey
protected String encryptedServerPublicKey
protected String encryptedServerPublicKeySignature
public String getActivationId()
Stringpublic void setActivationId(String value)
value - allowed object is
Stringpublic String getActivationNonce()
Stringpublic void setActivationNonce(String value)
value - allowed object is
Stringpublic String getEphemeralPublicKey()
Stringpublic void setEphemeralPublicKey(String value)
value - allowed object is
Stringpublic String getEncryptedServerPublicKey()
Stringpublic void setEncryptedServerPublicKey(String value)
value - allowed object is
Stringpublic String getEncryptedServerPublicKeySignature()
StringCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.