Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.ImportTr34KeyBlock
-
Packages that use ImportTr34KeyBlock Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of ImportTr34KeyBlock in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return ImportTr34KeyBlock Modifier and Type Method Description ImportTr34KeyBlockImportKeyMaterial. tr34KeyBlock()Parameter information for key material import using the asymmetric TR-34 key exchange method.Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type ImportTr34KeyBlock Modifier and Type Method Description static ImportKeyMaterialImportKeyMaterial. fromTr34KeyBlock(ImportTr34KeyBlock tr34KeyBlock)Create an instance of this class withImportKeyMaterial.tr34KeyBlock()initialized to the given value.ImportKeyMaterial.BuilderImportKeyMaterial.Builder. tr34KeyBlock(ImportTr34KeyBlock tr34KeyBlock)Parameter information for key material import using the asymmetric TR-34 key exchange method.
-