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