Interface Juggler

All Known Subinterfaces:
KeyStoreManager

public interface Juggler
This interface provides all functions that are available in this library.
  • Method Details

    • generateKeys

      KeyGenerator generateKeys()
      Generates keys or key sets.
    • toKeystore

      KeyStoreCreator toKeystore()
      Creates KeyStore from key set.
    • readKeys

      KeyReader readKeys()
      Creates key views from different sources, for example from KeyStore. Typically, these key views allows you to perform complicated queries and to add/or remove keys.
    • decode

      KeyDecoder decode()
      Decodes keys from their encoded byte representation. Mostly used for PBE keys that are stored as is in KeyStore.
    • serializeDeserialize

      SerDe serializeDeserialize()
      Helper to serialize and deserialize KeyStore to and from byte[].