|
| CryptoSession (const String &UUID, const String &cipherAlgorithm, const String &macAlgorithm) |
|
XbmcCommons::Buffer | GetKeyRequest (const XbmcCommons::Buffer &init, const String &mimeType, bool offlineKey, const std::map< String, String > &optionalParameters) |
|
String | GetPropertyString (const String &name) |
|
String | ProvideKeyResponse (const XbmcCommons::Buffer &response) |
|
void | RemoveKeys () |
|
void | RestoreKeys (const String &keySetId) |
|
void | SetPropertyString (const String &name, const String &value) |
|
XbmcCommons::Buffer | Decrypt (const XbmcCommons::Buffer &cipherKeyId, const XbmcCommons::Buffer &input, const XbmcCommons::Buffer &iv) |
|
XbmcCommons::Buffer | Encrypt (const XbmcCommons::Buffer &cipherKeyId, const XbmcCommons::Buffer &input, const XbmcCommons::Buffer &iv) |
|
XbmcCommons::Buffer | Sign (const XbmcCommons::Buffer &macKeyId, const XbmcCommons::Buffer &message) |
|
bool | Verify (const XbmcCommons::Buffer &macKeyId, const XbmcCommons::Buffer &message, const XbmcCommons::Buffer &signature) |
|
const char * | GetClassname () const |
|
LanguageHook * | GetLanguageHook () |
|
bool | isDeallocating () |
| This method should be called while holding a Synchronize on the object. More...
|
|
void | Release () const |
|
void | Acquire () const |
|
|
static short | getNumAddonClasses () |
|
virtual void | deallocating () |
| This method is meant to be called from the destructor of the lowest level class. More...
|
|
static short | getNextClassIndex () |
| This is meant to be called during static initialization and so isn't synchronized.
|
|
LanguageHook * | languageHook |
|
The documentation for this class was generated from the following files: