| Modifier and Type | Method and Description |
|---|---|
ProtectionScope |
DpApiProtectionService.getProtectionScope()
Returns the protection scope that is used to protect the data.
|
static ProtectionScope |
ProtectionScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProtectionScope[] |
ProtectionScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ProtectedFileStore |
ProtectedFileStore.open(java.nio.file.Path storePath,
ProtectionScope protectionScope)
Opens a verification store that loads from and persists to the given store file.
|
| Constructor and Description |
|---|
Client(java.lang.String userEmailAddress,
CryptshareConnection connection,
java.nio.file.Path storePath,
ProtectionScope protectionScope)
Constructs a Client instance that sets the
Locale.getDefault() as user language, and uses a file based store to persist information. |
Client(java.lang.String userEmailAddress,
java.util.Locale userLanguage,
CryptshareConnection connection,
java.nio.file.Path storePath,
ProtectionScope protectionScope)
Constructs a
Client instance that sets the Locale as user language, and uses a file based store to persist information. |
DpApiProtectionService(ProtectionScope protectionScope)
Constructor to create an instance with a certain protection scope.
|