Package | Description |
---|---|
com.fortanix.sdkms.v1.model |
Modifier and Type | Method and Description |
---|---|
FpeDataPart |
FpeOptionsAdvanced.getFormat()
Get format
|
FpeDataPart |
FpeCompoundPart.getMultiple()
Get multiple
|
Modifier and Type | Method and Description |
---|---|
List<FpeDataPart> |
FpeCompoundPart.getConcat()
Represents a concatentation of multiple structures (in a particular order).
|
List<FpeDataPart> |
FpeCompoundPart.getOr()
Represents an OR of multiple structures.
|
Modifier and Type | Method and Description |
---|---|
FpeCompoundPart |
FpeCompoundPart.addConcatItem(FpeDataPart concatItem) |
FpeCompoundPart |
FpeCompoundPart.addOrItem(FpeDataPart orItem) |
FpeOptionsAdvanced |
FpeOptionsAdvanced.format(FpeDataPart format) |
FpeCompoundPart |
FpeCompoundPart.multiple(FpeDataPart multiple) |
void |
FpeOptionsAdvanced.setFormat(FpeDataPart format) |
void |
FpeCompoundPart.setMultiple(FpeDataPart multiple) |
Modifier and Type | Method and Description |
---|---|
FpeCompoundPart |
FpeCompoundPart.concat(List<FpeDataPart> concat) |
FpeCompoundPart |
FpeCompoundPart.or(List<FpeDataPart> or) |
void |
FpeCompoundPart.setConcat(List<FpeDataPart> concat) |
void |
FpeCompoundPart.setOr(List<FpeDataPart> or) |
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved