接口 IKeyGenerator


public interface IKeyGenerator
A generator uses to generate security keys.
从以下版本开始:
2022/1/14 22:15
  • 方法概要

    修饰符和类型
    方法
    说明
    byte[]
    Generate a security key.
  • 方法详细资料

    • generate

      byte[] generate(String text)
      Generate a security key.
      参数:
      text - The content text will be encrypted.
      返回:
      A security key for the encryption.