EncryptionProtector.Update Interface
Implements
public static interface EncryptionProtector.Update
extends WithServerKeyName, WithServerKeyType
The template for EncryptionProtector update.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Encryption |
apply()
Executes the update request. |
|
abstract
Encryption |
apply(Context context)
Executes the update request. |
Method Details
apply
public abstract EncryptionProtector apply()
Executes the update request.
Returns:
apply
public abstract EncryptionProtector apply(Context context)
Executes the update request.
Parameters:
Returns: