Uses of Enum Class
org.aoju.bus.crypto.symmetric.FPE.FPEMode
Packages that use FPE.FPEMode
-
Uses of FPE.FPEMode in org.aoju.bus.crypto.symmetric
Methods in org.aoju.bus.crypto.symmetric that return FPE.FPEModeModifier and TypeMethodDescriptionstatic FPE.FPEModeReturns the enum constant of this class with the specified name.static FPE.FPEMode[]FPE.FPEMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.aoju.bus.crypto.symmetric with parameters of type FPE.FPEModeModifierConstructorDescriptionFPE(FPE.FPEMode mode, byte[] key, org.bouncycastle.crypto.AlphabetMapper mapper) 构造,使用空的TweakFPE(FPE.FPEMode mode, byte[] key, org.bouncycastle.crypto.AlphabetMapper mapper, byte[] tweak) 构造