Interface KeyReader
public interface KeyReader
-
Method Summary
Modifier and TypeMethodDescriptionfromKeyStore(KeyStore keyStore, Function<String, char[]> keyPassword) Creates key view that supports adding/removing/updating key entries through it.
-
Method Details
-
fromKeyStore
Creates key view that supports adding/removing/updating key entries through it. All updating operations will be propagated to underlyingKeyStore.- Parameters:
keyStore- KeyStore from which to extract keys and create view.keyPassword- Per alias key password provider (key alias - its password).- Returns:
- Modifiable KeyStore view.
-