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