public interface KeyProvider
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KeyProvider.Builder |
static interface |
KeyProvider.Factory |
| Modifier and Type | Method and Description |
|---|---|
Key |
getKey(long id)
Obtain a key for a given id.
|
KeyId |
getLatestKey()
Get the latest key from this key provider.
|
Key getKey(long id)
id - is the identifier for the key.KeyId getLatestKey()
Copyright © 2019. All rights reserved.