Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.ExportKeyCryptogram
-
Packages that use ExportKeyCryptogram Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of ExportKeyCryptogram in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return ExportKeyCryptogram Modifier and Type Method Description ExportKeyCryptogramExportKeyMaterial. keyCryptogram()Parameter information for key material export using asymmetric RSA wrap and unwrap key exchange methodMethods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type ExportKeyCryptogram Modifier and Type Method Description static ExportKeyMaterialExportKeyMaterial. fromKeyCryptogram(ExportKeyCryptogram keyCryptogram)Create an instance of this class withExportKeyMaterial.keyCryptogram()initialized to the given value.ExportKeyMaterial.BuilderExportKeyMaterial.Builder. keyCryptogram(ExportKeyCryptogram keyCryptogram)Parameter information for key material export using asymmetric RSA wrap and unwrap key exchange method
-