Interface SimpleKeySelector

All Known Implementing Classes:
SimpleKeyStoreSelector

public interface SimpleKeySelector
Interface to select keys from a key store.
  • Method Summary

    Modifier and Type
    Method
    Description
    Selects a key for the specified key alias.
  • Method Details

    • select

      Key select(String key) throws JsonCryptoException
      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.