Package | Description |
---|---|
com.fortanix.sdkms.v1.model |
Modifier and Type | Class and Description |
---|---|
class |
FpeCompoundPart |
class |
FpeEncryptedPart |
class |
FpeLiteralPart |
Modifier and Type | Method and Description |
---|---|
FpeDataPart |
FpeOptionsAdvanced.getFormat() |
FpeDataPart |
FpeCompoundPart.getMultiple() |
Modifier and Type | Method and Description |
---|---|
List<FpeDataPart> |
FpeCompoundPart.getConcat() |
List<FpeDataPart> |
FpeCompoundPart.getOr() |
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-2025 Fortanix Inc. All Rights Reserved