com.gbasedbt.judr.crypt.sm4
类 SM4_Context

java.lang.Object
  继承者 com.gbasedbt.judr.crypt.sm4.SM4_Context

public class SM4_Context
extends java.lang.Object


字段摘要
 boolean isPadding
           
 int mode
           
 long[] sk
           
 
构造方法摘要
SM4_Context()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

mode

public int mode

sk

public long[] sk

isPadding

public boolean isPadding
构造方法详细信息

SM4_Context

public SM4_Context()