|
| 1 | +{ |
| 2 | + "$schema": "http://cyclonedx.org/schema/bom-1.7.schema.json", |
| 3 | + "bomFormat": "CycloneDX", |
| 4 | + "specVersion": "1.7", |
| 5 | + "serialNumber": "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79", |
| 6 | + "version": 1, |
| 7 | + "components": [ |
| 8 | + { |
| 9 | + "type": "cryptographic-asset", |
| 10 | + "bom-ref": "asset-1", |
| 11 | + "name": "Name here", |
| 12 | + "cryptoProperties": { |
| 13 | + "assetType": "algorithm", |
| 14 | + "algorithmProperties": { |
| 15 | + "primitive": "ae", |
| 16 | + "parameterSetIdentifier": "128", |
| 17 | + "curve": "brainpoolP160r1", |
| 18 | + "executionEnvironment": "software-plain-ram", |
| 19 | + "implementationPlatform": "x86_64", |
| 20 | + "certificationLevel": [ "fips140-1-l4" ], |
| 21 | + "mode": "gcm", |
| 22 | + "padding": "pkcs5", |
| 23 | + "cryptoFunctions": ["keygen", "encrypt", "decrypt", "tag"], |
| 24 | + "classicalSecurityLevel": 128, |
| 25 | + "nistQuantumSecurityLevel": 1 |
| 26 | + }, |
| 27 | + "oid": "oid:1.2.3.4.5.6.7.8.9" |
| 28 | + } |
| 29 | + }, |
| 30 | + { |
| 31 | + "type": "cryptographic-asset", |
| 32 | + "bom-ref": "asset-2", |
| 33 | + "name": "Name here", |
| 34 | + "cryptoProperties": { |
| 35 | + "assetType": "certificate", |
| 36 | + "certificateProperties": { |
| 37 | + "subjectName": "Subject name here", |
| 38 | + "issuerName": "Issuer name here", |
| 39 | + "notValidBefore": "2022-01-01T00:00:00.000Z", |
| 40 | + "notValidAfter": "2024-01-01T00:00:00.000Z", |
| 41 | + "signatureAlgorithmRef": "bom-ref-to-algorithm", |
| 42 | + "subjectPublicKeyRef": "bom-ref-to-public-key", |
| 43 | + "certificateFormat": "X.509", |
| 44 | + "certificateExtension": "crt" |
| 45 | + }, |
| 46 | + "oid": "oid:1.2.3.4.5.6.7.8.9" |
| 47 | + } |
| 48 | + }, |
| 49 | + { |
| 50 | + "type": "cryptographic-asset", |
| 51 | + "bom-ref": "asset-3", |
| 52 | + "name": "Name here", |
| 53 | + "cryptoProperties": { |
| 54 | + "assetType": "protocol", |
| 55 | + "protocolProperties": { |
| 56 | + "type": "tls", |
| 57 | + "version": "1.3", |
| 58 | + "cipherSuites": [ |
| 59 | + { |
| 60 | + "name": "TLS_DHE_RSA_WITH_AES_128_CCM", |
| 61 | + "algorithms": [ |
| 62 | + "bom-ref-to-algorithm" |
| 63 | + ], |
| 64 | + "identifiers": [ |
| 65 | + "0xC0" |
| 66 | + ] |
| 67 | + } |
| 68 | + ], |
| 69 | + "ikev2TransformTypes": { |
| 70 | + "encr": ["bom-ref-to-encr"], |
| 71 | + "prf": ["bom-ref-to-prf"], |
| 72 | + "integ": ["bom-ref-to-integ"], |
| 73 | + "ke": ["bom-ref-to-ke"], |
| 74 | + "esn": true, |
| 75 | + "auth": ["bom-ref-to-auth"] |
| 76 | + }, |
| 77 | + "cryptoRefArray": ["asset-4"] |
| 78 | + }, |
| 79 | + "oid": "oid:1.2.3.4.5.6.7.8.9" |
| 80 | + } |
| 81 | + }, |
| 82 | + { |
| 83 | + "type": "cryptographic-asset", |
| 84 | + "bom-ref": "asset-4", |
| 85 | + "name": "Name here", |
| 86 | + "cryptoProperties": { |
| 87 | + "assetType": "related-crypto-material", |
| 88 | + "relatedCryptoMaterialProperties": { |
| 89 | + "type": "private-key", |
| 90 | + "id": "12345", |
| 91 | + "state": "active", |
| 92 | + "algorithmRef": "bom-ref-to-algorithm", |
| 93 | + "creationDate": "2024-01-01T00:00:00.000Z", |
| 94 | + "activationDate": "2024-01-02T00:00:00.000Z", |
| 95 | + "updateDate": "2024-01-03T00:00:00.000Z", |
| 96 | + "expirationDate": "2024-01-04T00:00:00.000Z", |
| 97 | + "value": "Value here", |
| 98 | + "size": 1024, |
| 99 | + "format": "PEM", |
| 100 | + "securedBy": { |
| 101 | + "mechanism": "HSM", |
| 102 | + "algorithmRef": "bom-ref-to-algorithm" |
| 103 | + } |
| 104 | + }, |
| 105 | + "oid": "oid:1.2.3.4.5.6.7.8.9" |
| 106 | + } |
| 107 | + } |
| 108 | + ] |
| 109 | +} |
0 commit comments