Class ActivationCreateResponse
java.lang.Object
io.getlime.security.powerauth.rest.api.model.response.v2.ActivationCreateResponse
public class ActivationCreateResponse extends Object
Response object for /pa/activation/create end-point.
- Author:
- Petr Dvorak, petr@wultra.com
-
Constructor Summary
Constructors Constructor Description ActivationCreateResponse() -
Method Summary
Modifier and Type Method Description StringgetActivationId()Get activation IDStringgetActivationNonce()Get activation nonce.Map<String,Object>getCustomAttributes()Custom attributes for the response.StringgetEncryptedServerPublicKey()Get encrypted server public key.StringgetEncryptedServerPublicKeySignature()Get server data signature.StringgetEphemeralPublicKey()Get ephemeral public key.voidsetActivationId(String activationId)Set activation IDvoidsetActivationNonce(String activationNonce)Set activation nonce.voidsetCustomAttributes(Map<String,Object> customAttributes)Custom attributes for the response.voidsetEncryptedServerPublicKey(String encryptedServerPublicKey)Set encrypted server public key.voidsetEncryptedServerPublicKeySignature(String encryptedServerPublicKeySignature)Set server data signature.voidsetEphemeralPublicKey(String ephemeralPublicKey)Set ephemeral public key.
-
Constructor Details
-
ActivationCreateResponse
public ActivationCreateResponse()
-
-
Method Details
-
getActivationId
Get activation ID- Returns:
- Activation ID
-
setActivationId
Set activation ID- Parameters:
activationId- Activation ID
-
getActivationNonce
Get activation nonce.- Returns:
- Activation nonce.
-
setActivationNonce
Set activation nonce.- Parameters:
activationNonce- Activation nonce.
-
getEphemeralPublicKey
Get ephemeral public key.- Returns:
- Ephemeral public key.
-
setEphemeralPublicKey
Set ephemeral public key.- Parameters:
ephemeralPublicKey- Ephemeral public key.
-
getEncryptedServerPublicKey
Get encrypted server public key.- Returns:
- Encrypted server public key.
-
setEncryptedServerPublicKey
Set encrypted server public key.- Parameters:
encryptedServerPublicKey- Encrypted server public key.
-
getEncryptedServerPublicKeySignature
Get server data signature.- Returns:
- Server data signature.
-
setEncryptedServerPublicKeySignature
Set server data signature.- Parameters:
encryptedServerPublicKeySignature- Server data signature.
-
getCustomAttributes
Custom attributes for the response.- Returns:
- Custom response attributes.
-
setCustomAttributes
Custom attributes for the response.- Parameters:
customAttributes- Custom response attributes.
-