Interface SecretKeyGenerator


public interface SecretKeyGenerator
Generates random secret key entry.
  • Method Details

    • generate

      SecretKeyEntry generate(String alias, ReadKeyPassword readKeyPassword)
      Create random secret key.
      Parameters:
      alias - Secret key alias.
      readKeyPassword - Password to read this key
      Returns:
      Generated secret key