public interface KeyRepository
| Modifier and Type | Method and Description |
|---|---|
Optional<byte[]> |
getKey(String keyName)
It retrieves the key from the key repository.
|
Optional<byte[]> getKey(String keyName)
Optional.EMPTY if the key can not be found on the key repositorykeyName - Copyright © 2018. All rights reserved.