public class FpeOptionsBasic extends FpeOptions
Constructor and Description |
---|
FpeOptionsBasic() |
Modifier and Type | Method and Description |
---|---|
FpeOptionsBasic |
addMaskItem(Integer maskItem) |
FpeOptionsBasic |
addPreserveItem(Integer preserveItem) |
boolean |
equals(Object o) |
Boolean |
getLuhnCheck() |
List<Integer> |
getMask() |
Integer |
getMaxLength() |
Integer |
getMinLength() |
String |
getName() |
List<Integer> |
getPreserve() |
Integer |
getRadix() |
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 FpeOptionsBasic mask(List<Integer> mask)
public FpeOptionsBasic addMaskItem(Integer maskItem)
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)
public boolean equals(Object o)
equals
in class FpeOptions
public int hashCode()
hashCode
in class FpeOptions
public String toString()
toString
in class FpeOptions
Copyright © 2017-2025 Fortanix Inc. All Rights Reserved