Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.Tr34KeyBlockFormat
-
Packages that use Tr34KeyBlockFormat Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of Tr34KeyBlockFormat in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return Tr34KeyBlockFormat Modifier and Type Method Description static Tr34KeyBlockFormatTr34KeyBlockFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Tr34KeyBlockFormatExportTr34KeyBlock. keyBlockFormat()The format of key block that Amazon Web Services Payment Cryptography will use during key export.Tr34KeyBlockFormatImportTr34KeyBlock. keyBlockFormat()The key block format to use during key import.static Tr34KeyBlockFormatTr34KeyBlockFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static Tr34KeyBlockFormat[]Tr34KeyBlockFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type Tr34KeyBlockFormat Modifier and Type Method Description static Set<Tr34KeyBlockFormat>Tr34KeyBlockFormat. knownValues()Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type Tr34KeyBlockFormat Modifier and Type Method Description ExportTr34KeyBlock.BuilderExportTr34KeyBlock.Builder. keyBlockFormat(Tr34KeyBlockFormat keyBlockFormat)The format of key block that Amazon Web Services Payment Cryptography will use during key export.ImportTr34KeyBlock.BuilderImportTr34KeyBlock.Builder. keyBlockFormat(Tr34KeyBlockFormat keyBlockFormat)The key block format to use during key import.
-