Uses of Class
org.bouncycastle.crypto.util.RadixConverter
Packages that use RadixConverter
Package
Description
Classes for FIPS approved mode algorithms
Key and algorithm parameters specifications for supporting provider specific algorithms and modes.
-
Uses of RadixConverter in org.bouncycastle.crypto.fips
Methods in org.bouncycastle.crypto.fips with parameters of type RadixConverterModifier and TypeMethodDescriptionFipsAES.FPEParameters.withRadixConverter(RadixConverter radixConverter) -
Uses of RadixConverter in org.bouncycastle.crypto.internal.fpe
Methods in org.bouncycastle.crypto.internal.fpe with parameters of type RadixConverterModifier and TypeMethodDescriptionprotected static BigIntegerSP80038G.calculateY_FF1(BlockCipher cipher, byte[] T, int b, int d, int round, byte[] P, short[] AB, RadixConverter radixConverter) protected static BigIntegerSP80038G.calculateY_FF3(BlockCipher cipher, byte[] T, int wOff, int round, short[] AB, RadixConverter radixConverter) static byte[]SP80038G.decryptFF1(BlockCipher cipher, RadixConverter radixConverter, byte[] tweak, byte[] buf, int off, int len) static short[]SP80038G.decryptFF1w(BlockCipher cipher, RadixConverter radixConverter, byte[] tweak, short[] buf, int off, int len) static byte[]SP80038G.decryptFF3_1(BlockCipher cipher, RadixConverter radixConverter, byte[] tweak56, byte[] buf, int off, int len) static short[]SP80038G.decryptFF3_1w(BlockCipher cipher, RadixConverter radixConverter, byte[] tweak56, short[] buf, int off, int len) static byte[]SP80038G.encryptFF1(BlockCipher cipher, RadixConverter radixConverter, byte[] tweak, byte[] buf, int off, int len) static short[]SP80038G.encryptFF1w(BlockCipher cipher, RadixConverter radixConverter, byte[] tweak, short[] buf, int off, int len) static byte[]SP80038G.encryptFF3_1(BlockCipher cipher, RadixConverter radixConverter, byte[] tweak56, byte[] buf, int off, int len) static short[]SP80038G.encryptFF3_1w(BlockCipher cipher, RadixConverter radixConverter, byte[] tweak56, short[] buf, int off, int len) protected static byte[]SP80038G.implDecryptFF3(BlockCipher cipher, RadixConverter radixConverter, byte[] tweak64, byte[] buf, int off, int len) protected static short[]SP80038G.implDecryptFF3w(BlockCipher cipher, RadixConverter radixConverter, byte[] tweak64, short[] buf, int off, int len) protected static byte[]SP80038G.implEncryptFF3(BlockCipher cipher, RadixConverter radixConverter, byte[] tweak64, byte[] buf, int off, int len) protected static short[]SP80038G.implEncryptFF3w(BlockCipher cipher, RadixConverter radixConverter, byte[] tweak64, short[] buf, int off, int len) -
Uses of RadixConverter in org.bouncycastle.jcajce.spec
Methods in org.bouncycastle.jcajce.spec that return RadixConverterConstructors in org.bouncycastle.jcajce.spec with parameters of type RadixConverterModifierConstructorDescriptionFPEParameterSpec(RadixConverter radixConverter, byte[] tweak, boolean useInverse)