public interface CredentialStore
| Modifier and Type | Method and Description |
|---|---|
Map<String,byte[]> |
getAllEncodedKeys()
List all binary encoded keys in the credential store
|
byte[] |
getEncodedKey(String id)
Get the binary encoded key with the given key
|
byte[] getEncodedKey(String id)
id - Key to lookup