public static interface ExportKeyResponse.Builder extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<ExportKeyResponse.Builder,ExportKeyResponse>
| Modifier and Type | Method and Description |
|---|---|
default ExportKeyResponse.Builder |
wrappedKey(Consumer<WrappedKey.Builder> wrappedKey)
The key material under export as a TR-34 or TR-31 wrapped key block.
|
ExportKeyResponse.Builder |
wrappedKey(WrappedKey wrappedKey)
The key material under export as a TR-34 or TR-31 wrapped key block.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportKeyResponse.Builder wrappedKey(WrappedKey wrappedKey)
The key material under export as a TR-34 or TR-31 wrapped key block.
wrappedKey - The key material under export as a TR-34 or TR-31 wrapped key block.default ExportKeyResponse.Builder wrappedKey(Consumer<WrappedKey.Builder> wrappedKey)
The key material under export as a TR-34 or TR-31 wrapped key block.
This is a convenience method that creates an instance of theWrappedKey.Builder avoiding the need to
create one manually via WrappedKey.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to wrappedKey(WrappedKey).
wrappedKey - a consumer that will call methods on WrappedKey.BuilderwrappedKey(WrappedKey)Copyright © 2023. All rights reserved.