[성현모] KMS 서비스 기능 추가

This commit is contained in:
SHM
2026-02-02 10:14:43 +09:00
parent cfc36e80d4
commit e673cc20cf
5 changed files with 165 additions and 54 deletions

View File

@ -7,7 +7,63 @@
"API": [
{
"ApiName": "kms",
"Address": "https://1.237.74.86:5698/"
"Functions": [
{
"Name": "EcuID_SupplierEcuID",
"Method": "Post",
"Url": "https://1.237.74.86:5698/app/automotive/supplierEcuID"
},
{
"Name": "MasterEcuKey_SupplierKeyProvisioning",
"Method": "Post",
"Url": "https://1.237.74.86:5698/app/automotive/supplierKeyProvisioning"
},
{
"Name": "MasterEcuKey_SupplierKeyProvisioningResult",
"Method": "Put",
"Url": "https://1.237.74.86:5698/app/automotive/supplierKeyProvisioning"
},
{
"Name": "SupplierSymmKey_SupplierKeyProvisioning",
"Method": "Post",
"Url": "https://1.237.74.86:5698/app/automotive/supplierKeyProvisioning"
},
{
"Name": "SupplierSymmKey_SupplierKeyProvisioningResult",
"Method": "Put",
"Url": "https://1.237.74.86:5698/app/automotive/supplierKeyProvisioning"
},
{
"Name": "SupplierSymmKey_SupplierKeySyncValue",
"Method": "Post",
"Url": "https://1.237.74.86:5698/app/automotive/supplierKeySyncValue"
},
{
"Name": "SupplierSymmKey_SupplierKeySyncValueResult",
"Method": "Put",
"Url": "https://1.237.74.86:5698/app/automotive/supplierKeySyncValue"
},
{
"Name": "SecOCKey_SupplierKeyProvisioning",
"Method": "Post",
"Url": "https://1.237.74.86:5698/app/automotive/supplierKeyProvisioning"
},
{
"Name": "SecOCKey_SupplierKeyProvisioningResult",
"Method": "Put",
"Url": "https://1.237.74.86:5698/app/automotive/supplierKeyProvisioning"
},
{
"Name": "SecOCKey_SupplierKeySyncValue",
"Method": "Post",
"Url": "https://1.237.74.86:5698/app/automotive/supplierKeySyncValue"
},
{
"Name": "SecOCKey_SupplierKeySyncValueResult",
"Method": "Put",
"Url": "https://1.237.74.86:5698/app/automotive/supplierKeySyncValue"
}
]
}
]
}