CCC Key Management Capabilities
Capabilities for Key Management technologies, as defined by the FINOS Common Cloud Controls project.
- ID
- CCC.KeyMgmt.CP
- Version
- v2026.06-rc3
- Gemara version
- v1.2.0
- Author
- FINOS Common Cloud Controls
Encryption
The Encryption group covers entries related to protecting data confidentiality and integrity through cryptographic mechanisms. This includes encryption in transit and at rest, key management, and certificate lifecycle management.
CCC.KeyMgmt.CP01 AES-256
Support for the AES-256 Advanced Encryption Standard with a 256-bit key for encryption and decryption.
CCC.KeyMgmt.CP02 RSA-2048
Supports the RSA algorithm with a key size of 2048 bits for encryption and digital signatures.
CCC.KeyMgmt.CP03 RSA-3072
Supports the RSA algorithm with a key size of 3072 bits for encryption and digital signatures.
CCC.KeyMgmt.CP04 RSA-4096
Supports the RSA algorithm with a key size of 4096 bits for encryption and digital signatures.
CCC.KeyMgmt.CP05 EC-P256
Supports the elliptic curve signing algorithm using the P-256 Curve for digital signatures.
CCC.KeyMgmt.CP06 EC-P256K
Supports the elliptic curve signing algorithm using the Secp256k1 Curve for digital signatures.
CCC.KeyMgmt.CP07 EC-P384
Supports the elliptic curve signing algorithm using the P-384 Curve for digital signatures.
CCC.KeyMgmt.CP08 Key Creation
Supports secure key creation within the key management service using the supported algorithms.
CCC.KeyMgmt.CP09 Encrypt data
Provides the ability to securely encrypt data using a managed key in the supported encryption algorithms.
CCC.KeyMgmt.CP10 Decrypt data
Provides the ability to securely decrypt data using a managed key in the supported encryption algorithms.
CCC.KeyMgmt.CP11 Create Digital Signature
Supports the generation of a digital signature for data using the supported signing algorithms.
CCC.KeyMgmt.CP12 Verify Digital Signature
Supports the verification of the digital signature of some data using the supported signing algorithms.
CCC.KeyMgmt.CP13 Supports FIPS 140-2 Level 3
Supports FIPS 140-2 Level 3 certified Hardware Security Modules (HSM).
CCC.KeyMgmt.CP14 Key Versioning
Provides the ability to manage multiple versions of a key.
CCC.KeyMgmt.CP15 Key label
Supports the ability to tag a managed key with user defined labels.
CCC.KeyMgmt.CP16 Disable key
Supports the ability to disable a managed key without deletion.
CCC.KeyMgmt.CP17 Enable key
Supports the ability to re-enable a disabled managed key.
CCC.KeyMgmt.CP18 Soft Delete
Supports the ability to prevent the immediate deletion of a managed key. This includes the ability to recover accidental deletion of keys within a grace period.
CCC.KeyMgmt.CP19 Delete Key
Supports the ability to permanently delete a managed key after the grace period defined on soft delete.
CCC.KeyMgmt.CP20 Automatic Symmetric Key Rotation
Supports the ability to automatically rotate a managed symmetric key as long as the key was generated within the KMS.
CCC.KeyMgmt.CP21 Manual Key Rotation
Supports the ability to manually rotate a managed key.
CCC.KeyMgmt.CP22 Key Import
Supports the ability to import externally generated keys into the KMS.
CCC.KeyMgmt.CP23 Key Expiry
Supports the ability to set an expiration date for a key
CCC.KeyMgmt.CP24 Key Replication
Supports the ability to securely replicate a key across different regions using automated or manual process.