Class EbicsCipherFactory
Simple helper factory for conveniently creating IEbicsCipher implementations.
Inheritance
System.Object
EbicsCipherFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public sealed class EbicsCipherFactory
Remarks
Use the static CreateCipher(EbicsSecurityCode) method of this class in order to instantiate a IEbicsCipher implementation from a EbicsSecurityCode enumeration value.
Methods
CreateCipher(EbicsSecurityCode)
Creates a new instance of an implementation of the requested cipher algorithm.
Declaration
public static IEbicsCipher CreateCipher(EbicsSecurityCode nCipher)
Parameters
Type | Name | Description |
---|---|---|
EbicsSecurityCode | nCipher |
Returns
Type | Description |
---|---|
IEbicsCipher | If an implementation of the requested cipher algorithm exists, then a new instance
of it is returned. If the parameter was None or no
suitable implementation exists, then |