Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.ExportKeyCryptogram.Builder
-
Packages that use ExportKeyCryptogram.Builder Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of ExportKeyCryptogram.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return ExportKeyCryptogram.Builder Modifier and Type Method Description static ExportKeyCryptogram.BuilderExportKeyCryptogram. builder()ExportKeyCryptogram.BuilderExportKeyCryptogram.Builder. certificateAuthorityPublicKeyIdentifier(String certificateAuthorityPublicKeyIdentifier)TheKeyARNof the certificate chain that signs the wrapping key certificate during RSA wrap and unwrap key export.ExportKeyCryptogram.BuilderExportKeyCryptogram. toBuilder()ExportKeyCryptogram.BuilderExportKeyCryptogram.Builder. wrappingKeyCertificate(String wrappingKeyCertificate)The wrapping key certificate in PEM format (base64 encoded).ExportKeyCryptogram.BuilderExportKeyCryptogram.Builder. wrappingSpec(String wrappingSpec)The wrapping spec for the key under export.ExportKeyCryptogram.BuilderExportKeyCryptogram.Builder. wrappingSpec(WrappingKeySpec wrappingSpec)The wrapping spec for the key under export.Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type ExportKeyCryptogram.Builder Modifier and Type Method Description static Class<? extends ExportKeyCryptogram.Builder>ExportKeyCryptogram. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptography.model with type arguments of type ExportKeyCryptogram.Builder Modifier and Type Method Description static ExportKeyMaterialExportKeyMaterial. fromKeyCryptogram(Consumer<ExportKeyCryptogram.Builder> keyCryptogram)Create an instance of this class withExportKeyMaterial.keyCryptogram()initialized to the given value.default ExportKeyMaterial.BuilderExportKeyMaterial.Builder. keyCryptogram(Consumer<ExportKeyCryptogram.Builder> keyCryptogram)Parameter information for key material export using asymmetric RSA wrap and unwrap key exchange method
-