Uses of Enum Class
org.bouncycastle.crypto.engines.SM2Engine.Mode
Packages that use SM2Engine.Mode
-
Uses of SM2Engine.Mode in org.bouncycastle.crypto.engines
Methods in org.bouncycastle.crypto.engines that return SM2Engine.ModeModifier and TypeMethodDescriptionstatic SM2Engine.ModeReturns the enum constant of this class with the specified name.static SM2Engine.Mode[]SM2Engine.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.bouncycastle.crypto.engines with parameters of type SM2Engine.ModeModifierConstructorDescriptionSM2Engine(Digest digest, SM2Engine.Mode mode) SM2Engine(SM2Engine.Mode mode)