| Modifier and Type | Method and Description |
|---|---|
static ProtectedFileStore |
ProtectedFileStore.open(java.nio.file.Path storePath)
Opens a verification store that loads from and persists to the given store file.
|
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.
|
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.
|