| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
WrappedKey |
WrappedKey.clone() |
WrappedKey |
ExportKeyResult.getWrappedKey()
The key material under export as a TR-34 or TR-31 wrapped key block.
|
WrappedKey |
WrappedKey.withKeyMaterial(String keyMaterial)
Parameter information for generating a wrapped key using TR-31 or TR-34 standard.
|
WrappedKey |
WrappedKey.withWrappedKeyMaterialFormat(String wrappedKeyMaterialFormat)
The key block format of a wrapped key.
|
WrappedKey |
WrappedKey.withWrappedKeyMaterialFormat(WrappedKeyMaterialFormat wrappedKeyMaterialFormat)
The key block format of a wrapped key.
|
WrappedKey |
WrappedKey.withWrappingKeyArn(String wrappingKeyArn)
The
KeyARN of the wrapped key. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportKeyResult.setWrappedKey(WrappedKey wrappedKey)
The key material under export as a TR-34 or TR-31 wrapped key block.
|
ExportKeyResult |
ExportKeyResult.withWrappedKey(WrappedKey wrappedKey)
The key material under export as a TR-34 or TR-31 wrapped key block.
|
Copyright © 2023. All rights reserved.