Class VaultUnlockResponse
java.lang.Object
io.getlime.security.powerauth.rest.api.model.response.v2.VaultUnlockResponse
public class VaultUnlockResponse
extends java.lang.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 java.lang.StringgetActivationId()Get activation IDjava.lang.StringgetEncryptedVaultEncryptionKey()Get encrypted vault encryption key (using a key derived from the master transport key).voidsetActivationId(java.lang.String activationId)Set activation IDvoidsetEncryptedVaultEncryptionKey(java.lang.String encryptedVaultEncryptionKey)Set encrypted vault encryption key (using a key derived from the master transport key).Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
VaultUnlockResponse
public VaultUnlockResponse()
-
-
Method Details
-
getActivationId
public java.lang.String getActivationId()Get activation ID- Returns:
- Activation ID
-
setActivationId
public void setActivationId(java.lang.String activationId)Set activation ID- Parameters:
activationId- Activation ID
-
getEncryptedVaultEncryptionKey
public java.lang.String getEncryptedVaultEncryptionKey()Get encrypted vault encryption key (using a key derived from the master transport key).- Returns:
- Encrypted vault encryption key.
-
setEncryptedVaultEncryptionKey
public void setEncryptedVaultEncryptionKey(java.lang.String encryptedVaultEncryptionKey)Set encrypted vault encryption key (using a key derived from the master transport key).- Parameters:
encryptedVaultEncryptionKey- Encrypted vault encryption key.
-