public class Constants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JDK_VENDOR |
static java.lang.String |
JDK_VERSION |
static org.bouncycastle.crypto.params.ECDomainParameters |
SM2_DOMAIN |
static int |
SM2_PRIKEY_LEN |
static int |
SM2_PUBKEY_AFFINE_LEN |
static int |
SM2_PUBKEY_LEN |
static int |
SM3_BLOCK_SIZE |
static int |
SM3_DIGEST_LEN |
static int |
SM3_HMAC_LEN |
static int |
SM4_BLOCK_SIZE |
static int |
SM4_GCM_IV_LEN |
static int |
SM4_GCM_TAG_LEN |
static int |
SM4_IV_LEN |
static int |
SM4_KEY_SIZE |
static java.math.BigInteger |
THREE |
static java.math.BigInteger |
TWO |
| Constructor and Description |
|---|
Constants() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
defaultId() |
public static final java.math.BigInteger TWO
public static final java.math.BigInteger THREE
public static final java.lang.String JDK_VERSION
public static final java.lang.String JDK_VENDOR
public static final int SM2_PUBKEY_LEN
public static final int SM2_PUBKEY_AFFINE_LEN
public static final int SM2_PRIKEY_LEN
public static final int SM3_BLOCK_SIZE
public static final int SM3_DIGEST_LEN
public static final int SM3_HMAC_LEN
public static final int SM4_BLOCK_SIZE
public static final int SM4_KEY_SIZE
public static final int SM4_IV_LEN
public static final int SM4_GCM_IV_LEN
public static final int SM4_GCM_TAG_LEN
public static final org.bouncycastle.crypto.params.ECDomainParameters SM2_DOMAIN