public class GetNonPersonalizedEncryptionKeyResponse 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="applicationKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="applicationId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="encryptionKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="encryptionKeyIndex" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ephemeralPublicKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
applicationId |
protected String |
applicationKey |
protected String |
encryptionKey |
protected String |
encryptionKeyIndex |
protected String |
ephemeralPublicKey |
| Constructor and Description |
|---|
GetNonPersonalizedEncryptionKeyResponse() |
| Modifier and Type | Method and Description |
|---|---|
long |
getApplicationId()
Gets the value of the applicationId property.
|
String |
getApplicationKey()
Gets the value of the applicationKey property.
|
String |
getEncryptionKey()
Gets the value of the encryptionKey property.
|
String |
getEncryptionKeyIndex()
Gets the value of the encryptionKeyIndex property.
|
String |
getEphemeralPublicKey()
Gets the value of the ephemeralPublicKey property.
|
void |
setApplicationId(long value)
Sets the value of the applicationId property.
|
void |
setApplicationKey(String value)
Sets the value of the applicationKey property.
|
void |
setEncryptionKey(String value)
Sets the value of the encryptionKey property.
|
void |
setEncryptionKeyIndex(String value)
Sets the value of the encryptionKeyIndex property.
|
void |
setEphemeralPublicKey(String value)
Sets the value of the ephemeralPublicKey property.
|
protected String applicationKey
protected long applicationId
protected String encryptionKey
protected String encryptionKeyIndex
protected String ephemeralPublicKey
public GetNonPersonalizedEncryptionKeyResponse()
public String getApplicationKey()
Stringpublic void setApplicationKey(String value)
value - allowed object is
Stringpublic long getApplicationId()
public void setApplicationId(long value)
public String getEncryptionKey()
Stringpublic void setEncryptionKey(String value)
value - allowed object is
Stringpublic String getEncryptionKeyIndex()
Stringpublic void setEncryptionKeyIndex(String value)
value - allowed object is
Stringpublic String getEphemeralPublicKey()
StringCopyright © 2017–2020 Wultra s.r.o.. All rights reserved.