The StreamAlgorithmFactory type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCreate(String)
Create an IStreamAlgoritm object from its description. Description must match the one defined in the StreamAlgorithm Description field.
Public methodStatic memberCreate(SupportedStreamAlgorithms)
Create an IStreamAlgoritm object from its SupportedStreamAlgorithms id.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetAlgos
Get all available stream algoritms.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyStatic memberAES128
Create a new StreamAES object
Public propertyStatic memberAES192
Create a new StreamAES192 object
Public propertyStatic memberAES256
Create a new StreamAES256 object
Public propertyStatic memberArcFour
Create a new StreamARC4 object
Public propertyStatic memberArcFour1024
Create a new StreamARC41024 object
Public propertyStatic memberArcFour2048
Create a new StreamARC42048 object
Public propertyStatic memberArcFour512
Create a new StreamARC4512 object
Public propertyStatic memberBlowfish
Create a new Blowfish object
Public propertyStatic memberBlowfish256
Create a new Blowfish object
Public propertyStatic memberBlowfish448
Create a new Blowfish object
Public propertyStatic memberCast5
Create a new CAST5 (aka CAST-128) object
Public propertyStatic memberDES64
Create a new StreamDES object
Public propertyStatic memberTripleDES
Create a new Stream3DES object

See Also