Beamable SDK
|
Public Member Functions | |
PubnubCrypto (string cipher_key) | |
Public Member Functions inherited from PubNubMessaging.Core.PubnubCryptoBase | |
PubnubCryptoBase (string cipher_key) | |
string | Encrypt (string plainText) |
string | Decrypt (string cipherText) |
string | PubnubAccessManagerSign (string key, string data) |
Protected Member Functions | |
override string | ComputeHashRaw (string input) |
Computes the hash using the specified algo More... | |
override string | EncryptOrDecrypt (bool type, string plainStr) |
Protected Member Functions inherited from PubNubMessaging.Core.PubnubCryptoBase | |
string | GetEncryptionKey () |
string | EncodeNonAsciiCharacters (string value) |
Encodes the non ASCII characters. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from PubNubMessaging.Core.PubnubCryptoBase | |
static string | ConvertHexToUnicodeChars (string value) |
Converts the upper case hex to lower case hex. More... | |
|
inlineprotectedvirtual |
Computes the hash using the specified algo
input | Input string |
algorithm | Algorithm to use for Hashing |
Implements PubNubMessaging.Core.PubnubCryptoBase.
|
inlineprotectedvirtual |
EncryptOrDecrypt
Basic function for encrypt or decrypt a string for encrypt type = true for decrypt type = false
Implements PubNubMessaging.Core.PubnubCryptoBase.