Uses of Interface
software.amazon.awssdk.services.paymentcryptography.model.WrappedKey.Builder
-
Packages that use WrappedKey.Builder Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of WrappedKey.Builder in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return WrappedKey.Builder Modifier and Type Method Description static WrappedKey.BuilderWrappedKey. builder()WrappedKey.BuilderWrappedKey.Builder. keyMaterial(String keyMaterial)Parameter information for generating a wrapped key using TR-31 or TR-34 standard.WrappedKey.BuilderWrappedKey. toBuilder()WrappedKey.BuilderWrappedKey.Builder. wrappedKeyMaterialFormat(String wrappedKeyMaterialFormat)The key block format of a wrapped key.WrappedKey.BuilderWrappedKey.Builder. wrappedKeyMaterialFormat(WrappedKeyMaterialFormat wrappedKeyMaterialFormat)The key block format of a wrapped key.WrappedKey.BuilderWrappedKey.Builder. wrappingKeyArn(String wrappingKeyArn)TheKeyARNof the wrapped key.Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type WrappedKey.Builder Modifier and Type Method Description static Class<? extends WrappedKey.Builder>WrappedKey. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptography.model with type arguments of type WrappedKey.Builder Modifier and Type Method Description default ExportKeyResponse.BuilderExportKeyResponse.Builder. wrappedKey(Consumer<WrappedKey.Builder> wrappedKey)The key material under export as a TR-34 or TR-31 wrapped key block.
-