Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.ExportTr34KeyBlock
-
Packages that use ExportTr34KeyBlock Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of ExportTr34KeyBlock in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return ExportTr34KeyBlock Modifier and Type Method Description ExportTr34KeyBlockExportKeyMaterial. tr34KeyBlock()Parameter information for key material export using the asymmetric TR-34 key exchange method.Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type ExportTr34KeyBlock Modifier and Type Method Description static ExportKeyMaterialExportKeyMaterial. fromTr34KeyBlock(ExportTr34KeyBlock tr34KeyBlock)Create an instance of this class withExportKeyMaterial.tr34KeyBlock()initialized to the given value.ExportKeyMaterial.BuilderExportKeyMaterial.Builder. tr34KeyBlock(ExportTr34KeyBlock tr34KeyBlock)Parameter information for key material export using the asymmetric TR-34 key exchange method.
-