Uses of Class
org.bouncycastle.crypto.engines.SM2Engine.Mode
-
Packages that use SM2Engine.Mode Package Description org.bouncycastle.crypto.engines -
-
Uses of SM2Engine.Mode in org.bouncycastle.crypto.engines
Methods in org.bouncycastle.crypto.engines that return SM2Engine.Mode Modifier and Type Method Description static SM2Engine.Mode
SM2Engine.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static SM2Engine.Mode[]
SM2Engine.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bouncycastle.crypto.engines with parameters of type SM2Engine.Mode Constructor Description SM2Engine(Digest digest, SM2Engine.Mode mode)
SM2Engine(SM2Engine.Mode mode)
-