|
| PubnubCryptoBase (string cipher_key) |
|
string | Encrypt (string plainText) |
|
string | Decrypt (string cipherText) |
|
string | PubnubAccessManagerSign (string key, string data) |
|
◆ ComputeHashRaw()
abstract string PubNubMessaging.Core.PubnubCryptoBase.ComputeHashRaw |
( |
string |
input | ) |
|
|
protectedpure virtual |
Computes the hash using the specified algo
- Returns
- The hash.
- Parameters
-
input | Input string |
algorithm | Algorithm to use for Hashing |
Implemented in PubNubMessaging.Core.PubnubCrypto.
◆ ConvertHexToUnicodeChars()
static string PubNubMessaging.Core.PubnubCryptoBase.ConvertHexToUnicodeChars |
( |
string |
value | ) |
|
|
inlinestatic |
Converts the upper case hex to lower case hex.
- Returns
- The lower case hex.
- Parameters
-
◆ EncodeNonAsciiCharacters()
string PubNubMessaging.Core.PubnubCryptoBase.EncodeNonAsciiCharacters |
( |
string |
value | ) |
|
|
inlineprotected |
Encodes the non ASCII characters.
- Returns
- The non ASCII characters.
- Parameters
-
◆ EncryptOrDecrypt()
abstract string PubNubMessaging.Core.PubnubCryptoBase.EncryptOrDecrypt |
( |
bool |
type, |
|
|
string |
plainStr |
|
) |
| |
|
protectedpure virtual |
The documentation for this class was generated from the following file:
- client/Packages/com.disruptorbeam.engine/Runtime/Core/3rdParty/PubNub/Scripts/Pubnub/MD5.cs