KSC Open API
Kaspersky Security Center API description
KeyService Class Reference

Interface for working with KeyService subsystem. More...

List of all members.

Public Member Functions

 DecryptData (binary pEncryptedData, wstring wstrProdName, wstring wstrProdVersion,[out] binary pDecryptedData)
 Method unprotects crypto container created by EncryptData.
 EncryptDataForHost (wstring wstrHostId, binary pData,[out] binary pEncryptedData)
 Method creates a crypto container for chosen host. Data may be decrypted only locally on host.
 EncryptData (binary pData,[out] binary pEncryptedData)
 Method creates crypto container.
 GenerateTransportCertificate (wstring wstrCommonName,[out] binary pPublic,[out] binary pPrivate,[out] wstring wstrPass)
 Method generates transport certificate.

Detailed Description

Interface for working with KeyService subsystem.