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 Details

    • VaultUnlockResponse

      public VaultUnlockResponse()
  • Method Details

    • getActivationId

      public String getActivationId()
      Get activation ID
      Returns:
      Activation ID
    • setActivationId

      public void setActivationId​(String activationId)
      Set activation ID
      Parameters:
      activationId - Activation ID
    • getEncryptedVaultEncryptionKey

      public 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​(String encryptedVaultEncryptionKey)
      Set encrypted vault encryption key (using a key derived from the master transport key).
      Parameters:
      encryptedVaultEncryptionKey - Encrypted vault encryption key.