Package org.bouncycastle.crypto.fips
Class FipsAES.FPEParameters
java.lang.Object
org.bouncycastle.crypto.fips.FipsParameters
org.bouncycastle.crypto.fips.FipsAES.Parameters
org.bouncycastle.crypto.fips.FipsAES.FPEParameters
- All Implemented Interfaces:
Parameters
- Enclosing class:
- FipsAES
-
Method Summary
Modifier and TypeMethodDescriptionint
getRadix()
byte[]
getTweak()
boolean
withRadix
(int radix) withRadixConverter
(RadixConverter radixConverter) withTweak
(byte[] tweak) withUsingInverseFunction
(boolean useInverse) Methods inherited from class org.bouncycastle.crypto.fips.FipsParameters
getAlgorithm
-
Method Details
-
getRadix
public int getRadix() -
getTweak
public byte[] getTweak() -
isUsingInverseFunction
public boolean isUsingInverseFunction() -
withRadix
-
withRadixConverter
-
withTweak
-
withUsingInverseFunction
-