public class SimpleKeyStoreSelector extends Object implements SimpleKeySelector
Constructor and Description |
---|
SimpleKeyStoreSelector(KeyStore keyStore,
String password)
Constructs a simple key store selector.
|
Modifier and Type | Method and Description |
---|---|
Key |
select(String key)
Selects a key for the specified key alias.
|
public Key select(String key) throws JsonCryptoException
SimpleKeySelector
select
in interface SimpleKeySelector
key
- the alias of the key to select.JsonCryptoException
- if the specified key could not be selected.Copyright © 2025 Open Identity Platform Community. All rights reserved.