Class VaultUnlockResponse
java.lang.Object
io.getlime.security.powerauth.rest.api.model.response.v2.VaultUnlockResponse
public class VaultUnlockResponse extends Object
Response object for /pa/vault/unlock end-point.
- Author:
- Petr Dvorak, petr@wultra.com
-
Constructor Summary
Constructors Constructor Description VaultUnlockResponse() -
Method Summary
Modifier and Type Method Description StringgetActivationId()Get activation IDStringgetEncryptedVaultEncryptionKey()Get encrypted vault encryption key (using a key derived from the master transport key).voidsetActivationId(String activationId)Set activation IDvoidsetEncryptedVaultEncryptionKey(String encryptedVaultEncryptionKey)Set encrypted vault encryption key (using a key derived from the master transport key).
-
Constructor Details
-
VaultUnlockResponse
public VaultUnlockResponse()
-
-
Method Details
-
getActivationId
Get activation ID- Returns:
- Activation ID
-
setActivationId
Set activation ID- Parameters:
activationId- Activation ID
-
getEncryptedVaultEncryptionKey
Get encrypted vault encryption key (using a key derived from the master transport key).- Returns:
- Encrypted vault encryption key.
-
setEncryptedVaultEncryptionKey
Set encrypted vault encryption key (using a key derived from the master transport key).- Parameters:
encryptedVaultEncryptionKey- Encrypted vault encryption key.
-