public class FpeConstraints extends Object
Constructor and Description |
---|
FpeConstraints() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getLuhnCheck()
Whether the token should satisfy the Luhn checksum.
|
Integer |
getNumGt()
Number that the token part should be greater than.
|
Integer |
getNumLt()
Number that the token part should be smaller than.
|
Integer |
getNumNe()
Numbers that the token part should not be equal to.
|
int |
hashCode() |
FpeConstraints |
luhnCheck(Boolean luhnCheck) |
FpeConstraints |
numGt(Integer numGt) |
FpeConstraints |
numLt(Integer numLt) |
FpeConstraints |
numNe(Integer numNe) |
void |
setLuhnCheck(Boolean luhnCheck) |
void |
setNumGt(Integer numGt) |
void |
setNumLt(Integer numLt) |
void |
setNumNe(Integer numNe) |
String |
toString() |
public FpeConstraints luhnCheck(Boolean luhnCheck)
public Boolean getLuhnCheck()
public void setLuhnCheck(Boolean luhnCheck)
public FpeConstraints numGt(Integer numGt)
public Integer getNumGt()
public void setNumGt(Integer numGt)
public FpeConstraints numLt(Integer numLt)
public Integer getNumLt()
public void setNumLt(Integer numLt)
public FpeConstraints numNe(Integer numNe)
public Integer getNumNe()
public void setNumNe(Integer numNe)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved