- check(ASN1Sequence) - 类 中的方法org.openeuler.SM2Cipher.DerSM2Engine
-
- checkParams(AlgorithmParameterSpec) - 类 中的方法org.openeuler.SM2KeyAgreement
-
- concat(BigInteger, BigInteger, byte[], byte[], boolean) - 类 中的静态方法org.openeuler.SM2KeyExchangeUtil
-
- constructKey(byte[], String, int) - 类 中的静态方法org.openeuler.ConstructKeys
-
- ConstructKeys - org.openeuler中的类
-
This class is a helper class which construct key objects
from encoded keys.
- ConstructKeys() - 类 的构造器org.openeuler.ConstructKeys
-
- constructPrivateKey(byte[], String) - 类 中的静态方法org.openeuler.ConstructKeys
-
Construct a private key from its encoding.
- constructPublicKey(byte[], String) - 类 中的静态方法org.openeuler.ConstructKeys
-
Construct a public key from its encoding.
- constructSecretKey(byte[], String) - 类 中的静态方法org.openeuler.ConstructKeys
-
Construct a secret key from its encoding.
- convertToBytes(BigInteger) - 类 中的静态方法org.openeuler.SM2KeyExchangeUtil
-
BigInteger convert to byte[]
If bytes.length is less than 32 , the preceding 32-bytes.length bytes are filled with 0.
- convertToBytes(BigInteger, int) - 类 中的静态方法org.openeuler.SM2KeyExchangeUtil
-