Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.ImportKeyCryptogram.Builder
-
Packages that use ImportKeyCryptogram.Builder Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of ImportKeyCryptogram.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return ImportKeyCryptogram.Builder Modifier and Type Method Description static ImportKeyCryptogram.BuilderImportKeyCryptogram. builder()ImportKeyCryptogram.BuilderImportKeyCryptogram.Builder. exportable(Boolean exportable)Specifies whether the key is exportable from the service.ImportKeyCryptogram.BuilderImportKeyCryptogram.Builder. importToken(String importToken)The import token that initiates key import using the asymmetric RSA wrap and unwrap key exchange method into AWS Payment Cryptography.default ImportKeyCryptogram.BuilderImportKeyCryptogram.Builder. keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)Sets the value of the KeyAttributes property for this object.ImportKeyCryptogram.BuilderImportKeyCryptogram.Builder. keyAttributes(KeyAttributes keyAttributes)Sets the value of the KeyAttributes property for this object.ImportKeyCryptogram.BuilderImportKeyCryptogram. toBuilder()ImportKeyCryptogram.BuilderImportKeyCryptogram.Builder. wrappedKeyCryptogram(String wrappedKeyCryptogram)The RSA wrapped key cryptogram under import.ImportKeyCryptogram.BuilderImportKeyCryptogram.Builder. wrappingSpec(String wrappingSpec)The wrapping spec for the wrapped key cryptogram.ImportKeyCryptogram.BuilderImportKeyCryptogram.Builder. wrappingSpec(WrappingKeySpec wrappingSpec)The wrapping spec for the wrapped key cryptogram.Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type ImportKeyCryptogram.Builder Modifier and Type Method Description static Class<? extends ImportKeyCryptogram.Builder>ImportKeyCryptogram. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptography.model with type arguments of type ImportKeyCryptogram.Builder Modifier and Type Method Description static ImportKeyMaterialImportKeyMaterial. fromKeyCryptogram(Consumer<ImportKeyCryptogram.Builder> keyCryptogram)Create an instance of this class withImportKeyMaterial.keyCryptogram()initialized to the given value.default ImportKeyMaterial.BuilderImportKeyMaterial.Builder. keyCryptogram(Consumer<ImportKeyCryptogram.Builder> keyCryptogram)Parameter information for key material import using asymmetric RSA wrap and unwrap key exchange method.
-