The StreamAlgorithmFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Create(String) |
Create an IStreamAlgoritm object from its description.
Description must match the one defined in the StreamAlgorithm
Description field.
|
![]() ![]() | Create(SupportedStreamAlgorithms) |
Create an IStreamAlgoritm object from its SupportedStreamAlgorithms id.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GetAlgos |
Get all available stream algoritms.
|
![]() | 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.) |
Properties
Name | Description | |
---|---|---|
![]() ![]() | AES128 |
Create a new StreamAES object
|
![]() ![]() | AES192 |
Create a new StreamAES192 object
|
![]() ![]() | AES256 |
Create a new StreamAES256 object
|
![]() ![]() | ArcFour |
Create a new StreamARC4 object
|
![]() ![]() | ArcFour1024 |
Create a new StreamARC41024 object
|
![]() ![]() | ArcFour2048 |
Create a new StreamARC42048 object
|
![]() ![]() | ArcFour512 |
Create a new StreamARC4512 object
|
![]() ![]() | Blowfish |
Create a new Blowfish object
|
![]() ![]() | Blowfish256 |
Create a new Blowfish object
|
![]() ![]() | Blowfish448 |
Create a new Blowfish object
|
![]() ![]() | Cast5 |
Create a new CAST5 (aka CAST-128) object
|
![]() ![]() | DES64 |
Create a new StreamDES object
|
![]() ![]() | TripleDES |
Create a new Stream3DES object
|