| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyModesOfUse.Builder |
KeyModesOfUse.builder() |
KeyModesOfUse.Builder |
KeyModesOfUse.Builder.decrypt(Boolean decrypt)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to decrypt data.
|
KeyModesOfUse.Builder |
KeyModesOfUse.Builder.deriveKey(Boolean deriveKey)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to derive new keys.
|
KeyModesOfUse.Builder |
KeyModesOfUse.Builder.encrypt(Boolean encrypt)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to encrypt data.
|
KeyModesOfUse.Builder |
KeyModesOfUse.Builder.generate(Boolean generate)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to generate and verify other
card and PIN verification keys.
|
KeyModesOfUse.Builder |
KeyModesOfUse.Builder.noRestrictions(Boolean noRestrictions)
Specifies whether an Amazon Web Services Payment Cryptography key has no special restrictions other than the
restrictions implied by
KeyUsage. |
KeyModesOfUse.Builder |
KeyModesOfUse.Builder.sign(Boolean sign)
Specifies whether an Amazon Web Services Payment Cryptography key can be used for signing.
|
KeyModesOfUse.Builder |
KeyModesOfUse.toBuilder() |
KeyModesOfUse.Builder |
KeyModesOfUse.Builder.unwrap(Boolean unwrap)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to unwrap other keys.
|
KeyModesOfUse.Builder |
KeyModesOfUse.Builder.verify(Boolean verify)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to verify signatures.
|
KeyModesOfUse.Builder |
KeyModesOfUse.Builder.wrap(Boolean wrap)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to wrap other keys.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends KeyModesOfUse.Builder> |
KeyModesOfUse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default KeyAttributes.Builder |
KeyAttributes.Builder.keyModesOfUse(Consumer<KeyModesOfUse.Builder> keyModesOfUse)
The list of cryptographic operations that you can perform using the key.
|
Copyright © 2023. All rights reserved.