| Package | Description |
|---|---|
| com.amazonaws.services.paymentcryptography.model |
| Modifier and Type | Method and Description |
|---|---|
KeyModesOfUse |
KeyModesOfUse.clone() |
KeyModesOfUse |
KeyAttributes.getKeyModesOfUse()
The list of cryptographic operations that you can perform using the key.
|
KeyModesOfUse |
KeyModesOfUse.withDecrypt(Boolean decrypt)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to decrypt data.
|
KeyModesOfUse |
KeyModesOfUse.withDeriveKey(Boolean deriveKey)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to derive new keys.
|
KeyModesOfUse |
KeyModesOfUse.withEncrypt(Boolean encrypt)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to encrypt data.
|
KeyModesOfUse |
KeyModesOfUse.withGenerate(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 |
KeyModesOfUse.withNoRestrictions(Boolean noRestrictions)
Specifies whether an Amazon Web Services Payment Cryptography key has no special restrictions other than the
restrictions implied by
KeyUsage. |
KeyModesOfUse |
KeyModesOfUse.withSign(Boolean sign)
Specifies whether an Amazon Web Services Payment Cryptography key can be used for signing.
|
KeyModesOfUse |
KeyModesOfUse.withUnwrap(Boolean unwrap)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to unwrap other keys.
|
KeyModesOfUse |
KeyModesOfUse.withVerify(Boolean verify)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to verify signatures.
|
KeyModesOfUse |
KeyModesOfUse.withWrap(Boolean wrap)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to wrap other keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyAttributes.setKeyModesOfUse(KeyModesOfUse keyModesOfUse)
The list of cryptographic operations that you can perform using the key.
|
KeyAttributes |
KeyAttributes.withKeyModesOfUse(KeyModesOfUse keyModesOfUse)
The list of cryptographic operations that you can perform using the key.
|
Copyright © 2024. All rights reserved.