类 LicenseEncode


  • class LicenseEncode
    extends java.lang.Object
    版本:
    V1.0 , 2020/3/26
    作者:
    三刀
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      byte[] encode​(org.smartboot.license.client.LicenseEntity entity, byte[] privateKey)  
      private int nextStep()  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • MAX_DATA_LENGTH

        private static final int MAX_DATA_LENGTH
        另请参阅:
        常量字段值
      • MIN_DATA_LENGTH

        private static final int MIN_DATA_LENGTH
        另请参阅:
        常量字段值
    • 构造器详细资料

      • LicenseEncode

        LicenseEncode()
    • 方法详细资料

      • encode

        public byte[] encode​(org.smartboot.license.client.LicenseEntity entity,
                             byte[] privateKey)
                      throws java.io.IOException
        抛出:
        java.io.IOException
      • nextStep

        private int nextStep()