接口 IKeyGenerator


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

      • generate

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