Package org.forgerock.json.crypto.simple
Interface SimpleKeySelector
- All Known Implementing Classes:
SimpleKeyStoreSelector
public interface SimpleKeySelector
Interface to select keys from a key store.
-
Method Summary
-
Method Details
-
select
Selects a key for the specified key alias.- Parameters:
key
- the alias of the key to select.- Returns:
- the selected key.
- Throws:
JsonCryptoException
- if the specified key could not be selected.
-