Class EbicsSecurityOperations
Inheritance
System.Object
EbicsSecurityOperations
Implements
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 class EbicsSecurityOperations : IEbicsSecurityOperations
Constructors
EbicsSecurityOperations(IEbicsSecurityMediumPrivKeys, EbicsContact)
Declaration
public EbicsSecurityOperations(IEbicsSecurityMediumPrivKeys aSecurity, EbicsContact aContact)
Parameters
Type | Name | Description |
---|---|---|
IEbicsSecurityMediumPrivKeys | aSecurity | |
EbicsContact | aContact |
Methods
Decrypt(EbicsSecurityCode, Byte[])
Declaration
public byte[] Decrypt(EbicsSecurityCode nCode, byte[] vbCrypt)
Parameters
Type | Name | Description |
---|---|---|
EbicsSecurityCode | nCode | |
System.Byte[] | vbCrypt |
Returns
Type | Description |
---|---|
System.Byte[] |
GetPubKey(EbicsSecurityCode)
Declaration
public EbicsPubKeyInfo GetPubKey(EbicsSecurityCode nCode)
Parameters
Type | Name | Description |
---|---|---|
EbicsSecurityCode | nCode |
Returns
Type | Description |
---|---|
EbicsPubKeyInfo |
SignHash(EbicsSecurityCode, Byte[])
Declaration
public byte[] SignHash(EbicsSecurityCode nCode, byte[] vbHash)
Parameters
Type | Name | Description |
---|---|---|
EbicsSecurityCode | nCode | |
System.Byte[] | vbHash |
Returns
Type | Description |
---|---|
System.Byte[] |