Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.KeyModesOfUse
-
Packages that use KeyModesOfUse Package Description software.amazon.awssdk.services.paymentcryptography.model -
-
Uses of KeyModesOfUse in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return KeyModesOfUse Modifier and Type Method Description KeyModesOfUseKeyAttributes. keyModesOfUse()The list of cryptographic operations that you can perform using the key.KeyModesOfUseKeyBlockHeaders. keyModesOfUse()Returns the value of the KeyModesOfUse property for this object.Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type KeyModesOfUse Modifier and Type Method Description KeyAttributes.BuilderKeyAttributes.Builder. keyModesOfUse(KeyModesOfUse keyModesOfUse)The list of cryptographic operations that you can perform using the key.KeyBlockHeaders.BuilderKeyBlockHeaders.Builder. keyModesOfUse(KeyModesOfUse keyModesOfUse)Sets the value of the KeyModesOfUse property for this object.
-