@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-05-01T04:06:00.490Z") public class FpeOptions extends Object
Constructor and Description |
---|
FpeOptions() |
Modifier and Type | Method and Description |
---|---|
FpeOptions |
addMaskItem(Integer maskItem) |
FpeOptions |
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() |
FpeOptions |
luhnCheck(Boolean luhnCheck) |
FpeOptions |
mask(List<Integer> mask) |
FpeOptions |
maxLength(Integer maxLength) |
FpeOptions |
minLength(Integer minLength) |
FpeOptions |
name(String name) |
FpeOptions |
preserve(List<Integer> preserve) |
FpeOptions |
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 FpeOptions radix(Integer radix)
public Integer getRadix()
public void setRadix(Integer radix)
public FpeOptions minLength(Integer minLength)
public Integer getMinLength()
public void setMinLength(Integer minLength)
public FpeOptions maxLength(Integer maxLength)
public Integer getMaxLength()
public void setMaxLength(Integer maxLength)
public FpeOptions preserve(List<Integer> preserve)
public FpeOptions addPreserveItem(Integer preserveItem)
public List<Integer> getPreserve()
public FpeOptions mask(List<Integer> mask)
public FpeOptions addMaskItem(Integer maskItem)
public List<Integer> getMask()
public FpeOptions luhnCheck(Boolean luhnCheck)
public Boolean getLuhnCheck()
public void setLuhnCheck(Boolean luhnCheck)
public FpeOptions name(String name)
public String getName()
public void setName(String name)
Copyright © 2017-2019 Fortanix Inc. All Rights Reserved