public class SM4KeySpec extends javax.crypto.spec.SecretKeySpec
SM4KeySpec(byte[] key)
SM4KeySpec(byte[] key, int offset)
SM4KeySpec(byte[] key, int offset, int length)
equals, getAlgorithm, getEncoded, getFormat, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
destroy, isDestroyed
public SM4KeySpec(byte[] key, int offset, int length)
public SM4KeySpec(byte[] key)
public SM4KeySpec(byte[] key, int offset)