crypto library Modules
Default cryptography module used by PubNub SDK.
Uses package:crypto
and package:encrypt
under the hood.
Classes
- AesCbcCryptor
- AesCbcCryptor is new and enhanced cryptor to encrypt/decrypt PubNub messages. It's always preferred to use this cryptor instead old cryptor.
- CryptoConfiguration
- Configuration used in cryptography.
- CryptoModule
- CryptoModule is responsible for encryption and decryption of PubNub messages.
- LegacyCryptor
- Legacy cryptor exists so that SDK will be able to decrypt old contents Which encrypted in past
Enums
- EncryptionMode
- Encryption mode of AES used in crypto.