| 程序包 | 说明 |
|---|---|
| org.openeuler.sm4 | |
| org.openeuler.sm4.mode |
| 限定符和类型 | 类和说明 |
|---|---|
class |
StreamModeBaseCipher
baseCipher of CBC CFB OFB CTR CTS GCM CCM OCB
|
| 限定符和类型 | 字段和说明 |
|---|---|
private SM4BaseCipher |
SM4Cipher.cipher |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CBC
SM4 CBC mode
|
class |
CCM
SM4 CCM mode
refer to RFC3610
|
class |
CFB
SM4 CFB mode
|
class |
CTR
SM4 CTR mode
|
class |
CTS
SM4 CTS mode
|
class |
ECB
SM4 ECB mode
|
class |
GCM
SM4 GCM mode
refer to: https://zh.wikipedia.org/wiki/%E4%BC%BD%E7%BD%97%E7%93%A6/%E8%AE%A1%E6%95%B0%E5%99%A8%E6%A8%A1%E5%BC%8F
refer to: nistspecialpublication800-38d
|
class |
OCB
SM4 OCB mode
refer to RFC7253
|
class |
OFB
SM4 OFB mode
|
Copyright © 2024. All rights reserved.