post
https://{host}:{port}/api/v3/key-management/keys
Creates a new cryptographic key or updates metadata if the public key already exists.
Key Types (determined by 'kty' field)
-
Simple keys: Single algorithm keys (classical, symmetric, or post-quantum)
- kty values: oct, RSA, EC, OKP, ML-KEM, ML-DSA, FALCON, SLH-DSA, SM2, HQC
- Examples: AES-GCM-256, RSA-4096, P-256, ML-KEM-768, ML-DSA-65
-
Composite keys: Hybrid keys combining classical and post-quantum algorithms
- kty = COMPOSITE_KEM_COMBINE: For encryption (e.g., alg: X25519+ML-KEM-768)
- kty = COMPOSITE_SIGNATURE: For signatures (e.g., alg: Ed25519+ML-DSA-65)
Refer to GET /api/key-management/supported-algorithms for valid algorithms.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…