public class FpeOptionsBasic extends Object
Constructor and Description |
---|
FpeOptionsBasic() |
Modifier and Type | Method and Description |
---|---|
FpeOptionsBasic |
addMaskItem(Integer maskItem) |
FpeOptionsBasic |
addPreserveItem(Integer preserveItem) |
boolean |
equals(Object o) |
Boolean |
getLuhnCheck()
Whether encrypted/decrypted data should satisfy LUHN checksum formula.
|
List<Integer> |
getMask()
The list of indices of characters to be masked while performing masked decryption.
|
Integer |
getMaxLength()
The maximum allowed length for the input data.
|
Integer |
getMinLength()
The minimum allowed length for the input data.
|
String |
getName()
The user-friendly name for the data type that represents the input data.
|
List<Integer> |
getPreserve()
The list of indices of characters to be preserved while performing encryption/decryption.
|
Integer |
getRadix()
The base for input data.
|
int |
hashCode() |
FpeOptionsBasic |
luhnCheck(Boolean luhnCheck) |
FpeOptionsBasic |
mask(List<Integer> mask) |
FpeOptionsBasic |
maxLength(Integer maxLength) |
FpeOptionsBasic |
minLength(Integer minLength) |
FpeOptionsBasic |
name(String name) |
FpeOptionsBasic |
preserve(List<Integer> preserve) |
FpeOptionsBasic |
radix(Integer radix) |
void |
setLuhnCheck(Boolean luhnCheck) |
void |
setMask(List<Integer> mask) |
void |
setMaxLength(Integer maxLength) |
void |
setMinLength(Integer minLength) |
void |
setName(String name) |
void |
setPreserve(List<Integer> preserve) |
void |
setRadix(Integer radix) |
String |
toString() |
public FpeOptionsBasic radix(Integer radix)
public Integer getRadix()
public void setRadix(Integer radix)
public FpeOptionsBasic minLength(Integer minLength)
public Integer getMinLength()
public void setMinLength(Integer minLength)
public FpeOptionsBasic maxLength(Integer maxLength)
public Integer getMaxLength()
public void setMaxLength(Integer maxLength)
public FpeOptionsBasic preserve(List<Integer> preserve)
public FpeOptionsBasic addPreserveItem(Integer preserveItem)
public List<Integer> getPreserve()
public FpeOptionsBasic mask(List<Integer> mask)
public FpeOptionsBasic addMaskItem(Integer maskItem)
public List<Integer> getMask()
public FpeOptionsBasic luhnCheck(Boolean luhnCheck)
public Boolean getLuhnCheck()
public void setLuhnCheck(Boolean luhnCheck)
public FpeOptionsBasic name(String name)
public String getName()
public void setName(String name)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved