public class VaultUnlockResponse extends Object
| Constructor and Description |
|---|
VaultUnlockResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationId()
Get activation ID
|
String |
getEncryptedVaultEncryptionKey()
Get encrypted vault encryption key (using a key derived from the master transport key).
|
void |
setActivationId(String activationId)
Set activation ID
|
void |
setEncryptedVaultEncryptionKey(String encryptedVaultEncryptionKey)
Set encrypted vault encryption key (using a key derived from the master transport key).
|
public String getActivationId()
public void setActivationId(String activationId)
activationId - Activation IDpublic String getEncryptedVaultEncryptionKey()
public void setEncryptedVaultEncryptionKey(String encryptedVaultEncryptionKey)
encryptedVaultEncryptionKey - Encrypted vault encryption key.Copyright © 2017–2019 Lime - HighTech Solutions Inc.. All rights reserved.