Uses of Enum
cn.gmkit.core.SM4CipherMode
Packages that use SM4CipherMode
Package
Description
公共基础设施与通用类型。
组合式高级封装。
SM4 分组密码模块。
-
Uses of SM4CipherMode in cn.gmkit.core
Methods in cn.gmkit.core that return SM4CipherModeModifier and TypeMethodDescriptionstatic SM4CipherModeReturns the enum constant of this type with the specified name.static SM4CipherMode[]SM4CipherMode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SM4CipherMode in cn.gmkit.integration
Methods in cn.gmkit.integration that return SM4CipherModeConstructors in cn.gmkit.integration with parameters of type SM4CipherModeModifierConstructorDescriptionSM2Sm4HybridPayload(byte[] encryptedKey, byte[] ciphertext, byte[] iv, byte[] aad, byte[] tag, SM4CipherMode mode, SM4Padding padding) 创建一个混合加密载荷。 -
Uses of SM4CipherMode in cn.gmkit.sm4
Methods in cn.gmkit.sm4 that return SM4CipherModeMethods in cn.gmkit.sm4 with parameters of type SM4CipherMode