SecureSessionExtensions extension
Extension methods for easier session usage
Properties
- sessionInfo → String
-
Available on SecureSession, provided by the SecureSessionExtensions extension
Gets session informationno setter
Methods
-
decryptAsymmetric(
List< int> encryptedData) → List<int> -
Available on SecureSession, provided by the SecureSessionExtensions extension
Decrypts data using the asymmetric cipher -
decryptData(
List< int> encryptedData) → List<int> -
Available on SecureSession, provided by the SecureSessionExtensions extension
Decrypts data using the negotiated symmetric cipher -
encryptAsymmetric(
List< int> data) → List<int> -
Available on SecureSession, provided by the SecureSessionExtensions extension
Encrypts data using the asymmetric cipher (for key exchange, signatures, etc.) -
encryptData(
List< int> data) → List<int> -
Available on SecureSession, provided by the SecureSessionExtensions extension
Encrypts data using the negotiated symmetric cipher