public static interface KeyModesOfUse.Builder extends SdkPojo, CopyableBuilder<KeyModesOfUse.Builder,KeyModesOfUse>
| Modifier and Type | Method and Description |
|---|---|
KeyModesOfUse.Builder |
decrypt(Boolean decrypt)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to decrypt data.
|
KeyModesOfUse.Builder |
deriveKey(Boolean deriveKey)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to derive new keys.
|
KeyModesOfUse.Builder |
encrypt(Boolean encrypt)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to encrypt data.
|
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 |
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 |
sign(Boolean sign)
Specifies whether an Amazon Web Services Payment Cryptography key can be used for signing.
|
KeyModesOfUse.Builder |
unwrap(Boolean unwrap)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to unwrap other keys.
|
KeyModesOfUse.Builder |
verify(Boolean verify)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to verify signatures.
|
KeyModesOfUse.Builder |
wrap(Boolean wrap)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to wrap other keys.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKeyModesOfUse.Builder decrypt(Boolean decrypt)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to decrypt data.
decrypt - Specifies whether an Amazon Web Services Payment Cryptography key can be used to decrypt data.KeyModesOfUse.Builder deriveKey(Boolean deriveKey)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to derive new keys.
deriveKey - Specifies whether an Amazon Web Services Payment Cryptography key can be used to derive new keys.KeyModesOfUse.Builder encrypt(Boolean encrypt)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to encrypt data.
encrypt - Specifies whether an Amazon Web Services Payment Cryptography key can be used to encrypt data.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.
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 noRestrictions(Boolean noRestrictions)
Specifies whether an Amazon Web Services Payment Cryptography key has no special restrictions other than the
restrictions implied by KeyUsage.
noRestrictions - Specifies whether an Amazon Web Services Payment Cryptography key has no special restrictions other
than the restrictions implied by KeyUsage.KeyModesOfUse.Builder sign(Boolean sign)
Specifies whether an Amazon Web Services Payment Cryptography key can be used for signing.
sign - Specifies whether an Amazon Web Services Payment Cryptography key can be used for signing.KeyModesOfUse.Builder unwrap(Boolean unwrap)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to unwrap other keys.
unwrap - Specifies whether an Amazon Web Services Payment Cryptography key can be used to unwrap other keys.KeyModesOfUse.Builder verify(Boolean verify)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to verify signatures.
verify - Specifies whether an Amazon Web Services Payment Cryptography key can be used to verify signatures.KeyModesOfUse.Builder wrap(Boolean wrap)
Specifies whether an Amazon Web Services Payment Cryptography key can be used to wrap other keys.
wrap - Specifies whether an Amazon Web Services Payment Cryptography key can be used to wrap other keys.Copyright © 2023. All rights reserved.