| Modifier and Type | Class and Description |
|---|---|
class |
AesProtectionService
Implementation of
IProtectionService that uses the AES encryption to protect data. |
class |
DpApiProtectionService
Implementation of
IProtectionService that uses the Windows DPAPI to protect data on either user oder machine scope. |
| Modifier and Type | Method and Description |
|---|---|
static ProtectedFileStore |
ProtectedFileStore.open(java.nio.file.Path storePath,
IProtectionService protectionService)
Opens a verification store that loads from and persists to the given store file.
|