static Key.Builder |
Key.builder() |
|
Key.Builder |
Key.Builder.createTimestamp(Instant createTimestamp) |
The date and time when the key was created.
|
Key.Builder |
Key.Builder.deletePendingTimestamp(Instant deletePendingTimestamp) |
The date and time after which Amazon Web Services Payment Cryptography will delete the key.
|
Key.Builder |
Key.Builder.deleteTimestamp(Instant deleteTimestamp) |
The date and time after which Amazon Web Services Payment Cryptography will delete the key.
|
Key.Builder |
Key.Builder.enabled(Boolean enabled) |
Specifies whether the key is enabled.
|
Key.Builder |
Key.Builder.exportable(Boolean exportable) |
Specifies whether the key is exportable.
|
Key.Builder |
Key.Builder.keyArn(String keyArn) |
The Amazon Resource Name (ARN) of the key.
|
default Key.Builder |
Key.Builder.keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes) |
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
Key.Builder |
Key.Builder.keyAttributes(KeyAttributes keyAttributes) |
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.
|
Key.Builder |
Key.Builder.keyCheckValue(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.Builder |
Key.Builder.keyCheckValueAlgorithm(String keyCheckValueAlgorithm) |
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).
|
Key.Builder |
Key.Builder.keyCheckValueAlgorithm(KeyCheckValueAlgorithm keyCheckValueAlgorithm) |
The algorithm that Amazon Web Services Payment Cryptography uses to calculate the key check value (KCV).
|
Key.Builder |
Key.Builder.keyOrigin(String keyOrigin) |
The source of the key material.
|
Key.Builder |
Key.Builder.keyOrigin(KeyOrigin keyOrigin) |
The source of the key material.
|
Key.Builder |
Key.Builder.keyState(String keyState) |
The state of key that is being created or deleted.
|
Key.Builder |
Key.Builder.keyState(KeyState keyState) |
The state of key that is being created or deleted.
|
Key.Builder |
Key.toBuilder() |
|
Key.Builder |
Key.Builder.usageStartTimestamp(Instant usageStartTimestamp) |
The date and time after which Amazon Web Services Payment Cryptography will start using the key material for
cryptographic operations.
|
Key.Builder |
Key.Builder.usageStopTimestamp(Instant usageStopTimestamp) |
The date and time after which Amazon Web Services Payment Cryptography will stop using the key material for
cryptographic operations.
|