public class FPEParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
| Constructor and Description |
|---|
FPEParameterSpec(int radix,
byte[] tweak) |
FPEParameterSpec(int radix,
byte[] tweak,
boolean useInverse) |
| Modifier and Type | Method and Description |
|---|---|
int |
getRadix() |
byte[] |
getTweak() |
boolean |
isUsingInverseFunction() |