public class EncryptionService extends Object
Constructor and Description |
---|
EncryptionService() |
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Get a boolean indicating whether or not the service encrypts the data as it is stored.
|
org.joda.time.DateTime |
lastEnabledTime()
Get gets a rough estimate of the date/time when the encryption was last enabled by the user.
|
EncryptionService |
withEnabled(Boolean enabled)
Set a boolean indicating whether or not the service encrypts the data as it is stored.
|
public Boolean enabled()
public EncryptionService withEnabled(Boolean enabled)
enabled
- the enabled value to setpublic org.joda.time.DateTime lastEnabledTime()
Copyright © 2019. All rights reserved.