SymmetricAlgorithmExtensions Class
Namespace: Gemstone.Security.Cryptography.SymmetricAlgorithmExtensionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.166 -- Release Build+d3cb24a90fe44346300dfbb17444d7b350f42d79
public static class SymmetricAlgorithmExtensions
Gemstone.Security.Cryptography.SymmetricAlgorithmExtensions.SymmetricAlgorithmExtensions = function();
Type.createClass(
'Gemstone.Security.Cryptography.SymmetricAlgorithmExtensions.SymmetricAlgorithmExtensions');
- Inheritance
- Object SymmetricAlgorithmExtensions
| Decrypt(SymmetricAlgorithm, Stream, Stream, Byte, Byte) |
Decrypts input stream onto output stream for the given parameters.
|
| Decrypt(SymmetricAlgorithm, Byte, Int32, Int32, Byte, Byte) |
Returns a binary array of decrypted data for the given parameters.
|
| Encrypt(SymmetricAlgorithm, Stream, Stream, Byte, Byte) |
Encrypts input stream onto output stream for the given parameters.
|
| Encrypt(SymmetricAlgorithm, Byte, Int32, Int32, Byte, Byte) |
Returns a binary array of encrypted data for the given parameters.
|