A block cipher algorithm implementation.
Inheritance Hierarchy
org.opendof.core.oal.securityDOFCipher
Namespace: org.opendof.core.oal.security
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public abstract class DOFCipher
The DOFCipher type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DOFCipher | Initializes a new instance of the DOFCipher class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | addFactory | Add a block cipher factory to the library. |
![]() ![]() | create | Create a block cipher for the given algorithm, strength, and key. |
![]() | decrypt | Decrypt a block of data. |
![]() | encrypt | Encrypt a block of data. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | getBlockSize | The required block size for this cipher algorithm. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also