• Creates an FtKeyStore instance which will only keep the keys in memory. That is, if the app is restarted or reloaded, the keys will be gone. Good for testing or for keys that are ephemeral in nature.

    Parameters

    • keyHolder: KeyPair | SignatureProvider

      the object that holds the keys

    Returns FtKeyStore