Uses of Enum Class
org.miaixz.bus.crypto.center.FPE.FPEMode
Packages that use FPE.FPEMode
Package
Description
加密解密模块,实现了对JDK中加密解密算法的封装。
加密解密模块,实现了对JDK中加密解密算法的封装。
-
Uses of FPE.FPEMode in org.miaixz.bus.crypto
Methods in org.miaixz.bus.crypto with parameters of type FPE.FPEModeModifier and TypeMethodDescriptionstatic FPEBuilder.fpe(FPE.FPEMode mode, byte[] key, org.bouncycastle.crypto.AlphabetMapper mapper, byte[] tweak) FPE(Format Preserving Encryption)实现,支持FF1和FF3-1模式。 -
Uses of FPE.FPEMode in org.miaixz.bus.crypto.center
Methods in org.miaixz.bus.crypto.center 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.miaixz.bus.crypto.center 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) 构造