| 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 WrappedKeyBlock or a TR-31 WrappedKeyBlock.
|
WrappedKey |
WrappedKey.withKeyCheckValue(String keyCheckValue)
The key check value (KCV) is used to check if all parties holding a given key have the same key or to detect that
a key has changed.
|
WrappedKey |
WrappedKey.withKeyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).
|
WrappedKey |
WrappedKey.withKeyCheckValueAlgorithm(String keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).
|
WrappedKey |
WrappedKey.withKeyMaterial(String keyMaterial)
Parameter information for generating a wrapped key using TR-31 or TR-34 skey exchange method.
|
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 WrappedKeyBlock or a TR-31 WrappedKeyBlock.
|
ExportKeyResult |
ExportKeyResult.withWrappedKey(WrappedKey wrappedKey)
The key material under export as a TR-34 WrappedKeyBlock or a TR-31 WrappedKeyBlock.
|
Copyright © 2024. All rights reserved.