Interface WrappedWorkingKey.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WrappedWorkingKey.Builder,
,WrappedWorkingKey> SdkBuilder<WrappedWorkingKey.Builder,
,WrappedWorkingKey> SdkPojo
- Enclosing class:
WrappedWorkingKey
@Mutable
@NotThreadSafe
public static interface WrappedWorkingKey.Builder
extends SdkPojo, CopyableBuilder<WrappedWorkingKey.Builder,WrappedWorkingKey>
-
Method Summary
Modifier and TypeMethodDescriptionkeyCheckValue
(String keyCheckValue) The key check value (KCV) of the key contained within the outgoing TR31WrappedKeyBlock.wrappedKeyMaterial
(String wrappedKeyMaterial) The wrapped key block of the outgoing transaction key.wrappedKeyMaterialFormat
(String wrappedKeyMaterialFormat) The key block format of the wrapped key.wrappedKeyMaterialFormat
(WrappedKeyMaterialFormat wrappedKeyMaterialFormat) The key block format of the wrapped key.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
wrappedKeyMaterial
The wrapped key block of the outgoing transaction key.
- Parameters:
wrappedKeyMaterial
- The wrapped key block of the outgoing transaction key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyCheckValue
The key check value (KCV) of the key contained within the outgoing TR31WrappedKeyBlock.
The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed. For more information on KCV, see KCV in the Amazon Web Services Payment Cryptography User Guide.
- Parameters:
keyCheckValue
- The key check value (KCV) of the key contained within the outgoing TR31WrappedKeyBlock.The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed. For more information on KCV, see KCV in the Amazon Web Services Payment Cryptography User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wrappedKeyMaterialFormat
The key block format of the wrapped key.
- Parameters:
wrappedKeyMaterialFormat
- The key block format of the wrapped key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
wrappedKeyMaterialFormat
WrappedWorkingKey.Builder wrappedKeyMaterialFormat(WrappedKeyMaterialFormat wrappedKeyMaterialFormat) The key block format of the wrapped key.
- Parameters:
wrappedKeyMaterialFormat
- The key block format of the wrapped key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-