| 程序包 | 说明 |
|---|---|
| com.peersafe.base.crypto.sm |
| 限定符和类型 | 方法和说明 |
|---|---|
static SM2Cipher |
SM2Util.parseSM2Cipher(byte[] cipherText)
分解SM2密文
|
static SM2Cipher |
SM2Util.parseSM2Cipher(int curveLength,
int digestLength,
byte[] cipherText) |
static SM2Cipher |
SM2Util.parseSM2Cipher(org.bouncycastle.crypto.engines.SM2Engine.Mode mode,
byte[] cipherText)
分解SM2密文
|
static SM2Cipher |
SM2Util.parseSM2Cipher(org.bouncycastle.crypto.engines.SM2Engine.Mode mode,
int curveLength,
int digestLength,
byte[] cipherText)
分解SM2密文
|
Copyright © 2021. All rights reserved.