Skip to content

Commit

Permalink
update KMS readme (intel-analytics#7255)
Browse files Browse the repository at this point in the history
  • Loading branch information
SEULiyao authored Jan 16, 2023
1 parent 5eece44 commit 51d30fa
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ classDiagram
KeyManagementService <|.. SimpleKeyManagementService
KeyManagementService <|.. EHSMKeyManagementService
KeyManagementService <|.. AzureKeyManagementService
KeyManagementService <|.. BigDLKeyManagementService
KeyManagementService: +retrievePrimaryKey()
KeyManagementService: +retrieveDataKey()
KeyManagementService: +retrieveDataKeyPlainText()
Expand Down Expand Up @@ -30,5 +31,15 @@ classDiagram
SimpleKeyManagementService: +retrieveDataKeyPlainText(primaryKeyPath, dataKeyPath, config)
SimpleKeyManagementService: +setAppIdAndKey(appId, apiKey)
BigDLKeyManagementService: +kmsServerIP
BigDLKeyManagementService: +kmsServerPort
BigDLKeyManagementService: +userName
BigDLKeyManagementService: +userToken
BigDLKeyManagementService: +enroll()
BigDLKeyManagementService: +retrievePrimaryKey(primaryKeySavePath, config)
BigDLKeyManagementService: +retrieveDataKey(primaryKeyPath, dataKeySavePath, config)
BigDLKeyManagementService: +retrieveDataKeyPlainText(primaryKeyPath, dataKeyPath, config)
BigDLKeyManagementService: -constructBaseUrl(action, customParamName)
BigDLKeyManagementService: -sendRequest(requestType, url)
```

0 comments on commit 51d30fa

Please sign in to comment.