![]() |
Energy Core Library
|
Generic class for cipher algorithms with default behaviour of throwing NotSupportedException if method is not implemented More...
Public Member Functions | |
| virtual string | Encrypt (string content) |
| virtual string | Decrypt (string content) |
Generic class for cipher algorithms with default behaviour of throwing NotSupportedException if method is not implemented
| NotSupportedException | Thrown when method is not supported |
>
|
virtual |
Reimplemented in Energy.Core.Cipher.DES.
|
virtual |
Reimplemented in Energy.Core.Cipher.DES, Energy.Core.Cipher.SHA1, and Energy.Core.Cipher.MD5.