| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
Key |
Key.clone() |
Key |
ImportKeyResult.getKey()
The
KeyARN of the key material imported within Amazon Web Services Payment Cryptography. |
Key |
GetKeyResult.getKey()
The key material, including the immutable and mutable data for the key.
|
Key |
DeleteKeyResult.getKey()
The
KeyARN of the key that is scheduled for deletion. |
Key |
CreateKeyResult.getKey()
The key material that contains all the key attributes.
|
Key |
StartKeyUsageResult.getKey()
The
KeyARN of the Amazon Web Services Payment Cryptography key activated for use. |
Key |
RestoreKeyResult.getKey()
The key material of the restored key.
|
Key |
StopKeyUsageResult.getKey()
The
KeyARN of the key. |
Key |
Key.withCreateTimestamp(Date createTimestamp)
The date and time when the key was created.
|
Key |
Key.withDeletePendingTimestamp(Date deletePendingTimestamp)
The date and time after which Amazon Web Services Payment Cryptography will delete the key.
|
Key |
Key.withDeleteTimestamp(Date deleteTimestamp)
The date and time after which Amazon Web Services Payment Cryptography will delete the key.
|
Key |
Key.withEnabled(Boolean enabled)
Specifies whether the key is enabled.
|
Key |
Key.withExportable(Boolean exportable)
Specifies whether the key is exportable.
|
Key |
Key.withKeyArn(String keyArn)
The Amazon Resource Name (ARN) of the key.
|
Key |
Key.withKeyAttributes(KeyAttributes keyAttributes)
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
Key |
Key.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.
|
Key |
Key.withKeyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).
|
Key |
Key.withKeyCheckValueAlgorithm(String keyCheckValueAlgorithm)
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).
|
Key |
Key.withKeyOrigin(KeyOrigin keyOrigin)
The source of the key material.
|
Key |
Key.withKeyOrigin(String keyOrigin)
The source of the key material.
|
Key |
Key.withKeyState(KeyState keyState)
The state of key that is being created or deleted.
|
Key |
Key.withKeyState(String keyState)
The state of key that is being created or deleted.
|
Key |
Key.withUsageStartTimestamp(Date usageStartTimestamp)
The date and time after which Amazon Web Services Payment Cryptography will start using the key material for
cryptographic operations.
|
Key |
Key.withUsageStopTimestamp(Date usageStopTimestamp)
The date and time after which Amazon Web Services Payment Cryptography will stop using the key material for
cryptographic operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImportKeyResult.setKey(Key key)
The
KeyARN of the key material imported within Amazon Web Services Payment Cryptography. |
void |
GetKeyResult.setKey(Key key)
The key material, including the immutable and mutable data for the key.
|
void |
DeleteKeyResult.setKey(Key key)
The
KeyARN of the key that is scheduled for deletion. |
void |
CreateKeyResult.setKey(Key key)
The key material that contains all the key attributes.
|
void |
StartKeyUsageResult.setKey(Key key)
The
KeyARN of the Amazon Web Services Payment Cryptography key activated for use. |
void |
RestoreKeyResult.setKey(Key key)
The key material of the restored key.
|
void |
StopKeyUsageResult.setKey(Key key)
The
KeyARN of the key. |
ImportKeyResult |
ImportKeyResult.withKey(Key key)
The
KeyARN of the key material imported within Amazon Web Services Payment Cryptography. |
GetKeyResult |
GetKeyResult.withKey(Key key)
The key material, including the immutable and mutable data for the key.
|
DeleteKeyResult |
DeleteKeyResult.withKey(Key key)
The
KeyARN of the key that is scheduled for deletion. |
CreateKeyResult |
CreateKeyResult.withKey(Key key)
The key material that contains all the key attributes.
|
StartKeyUsageResult |
StartKeyUsageResult.withKey(Key key)
The
KeyARN of the Amazon Web Services Payment Cryptography key activated for use. |
RestoreKeyResult |
RestoreKeyResult.withKey(Key key)
The key material of the restored key.
|
StopKeyUsageResult |
StopKeyUsageResult.withKey(Key key)
The
KeyARN of the key. |
Copyright © 2024. All rights reserved.