public class FpeCompoundPart extends Object
Constructor and Description |
---|
FpeCompoundPart() |
Modifier and Type | Method and Description |
---|---|
FpeCompoundPart |
addConcatItem(FpeDataPart concatItem) |
FpeCompoundPart |
addOrItem(FpeDataPart orItem) |
FpeCompoundPart |
concat(List<FpeDataPart> concat) |
FpeCompoundPart |
constraints(FpeConstraints constraints) |
boolean |
equals(Object o) |
List<FpeDataPart> |
getConcat()
Represents a concatentation of multiple structures (in a particular order).
|
FpeConstraints |
getConstraints()
Get constraints
|
Boolean |
getMask()
Whether the entire part should be masked when doing masked decryption.
|
Integer |
getMaxLength()
The minimum allowed length for this part (in chars).
|
Integer |
getMaxRepetitions()
The maximum number of times the subpart can be repeated.
|
Integer |
getMinLength()
The minimum allowed length for this part (in chars).
|
Integer |
getMinRepetitions()
The minimum number of times the subpart can be repeated.
|
FpeDataPart |
getMultiple()
Get multiple
|
List<FpeDataPart> |
getOr()
Represents an OR of multiple structures.
|
Boolean |
getPreserve()
Whether the entire part should be preserved as-is (i.e., not tokenized).
|
int |
hashCode() |
FpeCompoundPart |
mask(Boolean mask) |
FpeCompoundPart |
maxLength(Integer maxLength) |
FpeCompoundPart |
maxRepetitions(Integer maxRepetitions) |
FpeCompoundPart |
minLength(Integer minLength) |
FpeCompoundPart |
minRepetitions(Integer minRepetitions) |
FpeCompoundPart |
multiple(FpeDataPart multiple) |
FpeCompoundPart |
or(List<FpeDataPart> or) |
FpeCompoundPart |
preserve(Boolean preserve) |
void |
setConcat(List<FpeDataPart> concat) |
void |
setConstraints(FpeConstraints constraints) |
void |
setMask(Boolean mask) |
void |
setMaxLength(Integer maxLength) |
void |
setMaxRepetitions(Integer maxRepetitions) |
void |
setMinLength(Integer minLength) |
void |
setMinRepetitions(Integer minRepetitions) |
void |
setMultiple(FpeDataPart multiple) |
void |
setOr(List<FpeDataPart> or) |
void |
setPreserve(Boolean preserve) |
String |
toString() |
public FpeCompoundPart or(List<FpeDataPart> or)
public FpeCompoundPart addOrItem(FpeDataPart orItem)
public List<FpeDataPart> getOr()
public void setOr(List<FpeDataPart> or)
public FpeCompoundPart concat(List<FpeDataPart> concat)
public FpeCompoundPart addConcatItem(FpeDataPart concatItem)
public List<FpeDataPart> getConcat()
public void setConcat(List<FpeDataPart> concat)
public FpeCompoundPart multiple(FpeDataPart multiple)
public FpeDataPart getMultiple()
public void setMultiple(FpeDataPart multiple)
public FpeCompoundPart minRepetitions(Integer minRepetitions)
public Integer getMinRepetitions()
public void setMinRepetitions(Integer minRepetitions)
public FpeCompoundPart maxRepetitions(Integer maxRepetitions)
public Integer getMaxRepetitions()
public void setMaxRepetitions(Integer maxRepetitions)
public FpeCompoundPart constraints(FpeConstraints constraints)
public FpeConstraints getConstraints()
public void setConstraints(FpeConstraints constraints)
public FpeCompoundPart preserve(Boolean preserve)
public Boolean getPreserve()
public void setPreserve(Boolean preserve)
public FpeCompoundPart mask(Boolean mask)
public Boolean getMask()
public void setMask(Boolean mask)
public FpeCompoundPart minLength(Integer minLength)
public Integer getMinLength()
public void setMinLength(Integer minLength)
public FpeCompoundPart maxLength(Integer maxLength)
public Integer getMaxLength()
public void setMaxLength(Integer maxLength)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved