public interface KeyReader
| Modifier and Type | Method and Description |
|---|---|
KeyStoreView |
fromKeyStore(KeyStore keyStore,
Function<String,char[]> keyPassword)
Creates key view that supports adding/removing/updating key entries through it.
|
KeyStoreView fromKeyStore(KeyStore keyStore, Function<String,char[]> keyPassword)
KeyStore.keyStore - KeyStore from which to extract keys and create view.keyPassword - Per alias key password provider (key alias - its password).Copyright © 2019. All rights reserved.