Class EbicsCipherFactory
Simple helper factory for conveniently creating IEbics
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 Create
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 |
---|---|---|
Ebics |
nCipher |
Returns
Type | Description |
---|---|
IEbics |
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 |