类 SM3

java.lang.Object
com.sh.wf.common.sm.SM3

public class SM3 extends Object

Description:

Title:首亨软件 - 聚天平台

从以下版本开始:
2021年7月19日
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static final byte[]
     
    static int[]
     
  • 构造器概要

    构造器
    构造器
    说明
    SM3()
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static byte[]
    CF(byte[] V, byte[] B)
     
    static int[]
    CF(int[] V, int[] B)
     
    static byte[]
    padding(byte[] in, int bLen)
    对最后一个分组字节数据padding
    static int
    rotateLeft(int x, int n)
     

    从类继承的方法 java.lang.Object

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

    • iv

      public static final byte[] iv
    • Tj

      public static int[] Tj
  • 构造器详细资料

    • SM3

      public SM3()
  • 方法详细资料

    • CF

      public static byte[] CF(byte[] V, byte[] B)
    • CF

      public static int[] CF(int[] V, int[] B)
    • padding

      public static byte[] padding(byte[] in, int bLen)
      对最后一个分组字节数据padding
      参数:
      in -
      bLen - 分组个数
      返回:
    • rotateLeft

      public static int rotateLeft(int x, int n)