Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.ExportKeyMaterial
-
Packages that use ExportKeyMaterial Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of ExportKeyMaterial in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return ExportKeyMaterial Modifier and Type Method Description static ExportKeyMaterialExportKeyMaterial. fromKeyCryptogram(Consumer<ExportKeyCryptogram.Builder> keyCryptogram)Create an instance of this class withkeyCryptogram()initialized to the given value.static ExportKeyMaterialExportKeyMaterial. fromKeyCryptogram(ExportKeyCryptogram keyCryptogram)Create an instance of this class withkeyCryptogram()initialized to the given value.static ExportKeyMaterialExportKeyMaterial. fromTr31KeyBlock(Consumer<ExportTr31KeyBlock.Builder> tr31KeyBlock)Create an instance of this class withtr31KeyBlock()initialized to the given value.static ExportKeyMaterialExportKeyMaterial. fromTr31KeyBlock(ExportTr31KeyBlock tr31KeyBlock)Create an instance of this class withtr31KeyBlock()initialized to the given value.static ExportKeyMaterialExportKeyMaterial. fromTr34KeyBlock(Consumer<ExportTr34KeyBlock.Builder> tr34KeyBlock)Create an instance of this class withtr34KeyBlock()initialized to the given value.static ExportKeyMaterialExportKeyMaterial. fromTr34KeyBlock(ExportTr34KeyBlock tr34KeyBlock)Create an instance of this class withtr34KeyBlock()initialized to the given value.ExportKeyMaterialExportKeyRequest. keyMaterial()The key block format type, for example, TR-34 or TR-31, to use during key material export.Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type ExportKeyMaterial Modifier and Type Method Description ExportKeyRequest.BuilderExportKeyRequest.Builder. keyMaterial(ExportKeyMaterial keyMaterial)The key block format type, for example, TR-34 or TR-31, to use during key material export.
-