|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Enables message digest algorithms accepted for the secure trusted channel.
The serial number of the HSM of interest
Use:  Required  
JSON Schema:  
Object type: string
The identifier of the partition of interest
Use:  Required  
JSON Schema:  
Object type: string
The message digest algorithms to enable for the STC channel
JSON Schema:  STC HMACs  
Success
Unexpected error
HSM or partition does not exist.
 
   PUT 
   https://1.2.3.4:8443/api/lunasa/hsms/150607/partitions/350659181804/stc/hmacs
   {
   "ids": ["AES128_CBC"]
   }
 
{
}