Class EbicsSecurityOperations
Provides an implementation of the IEbicsSecurityOperations interface, based on a private key.
public class EbicsSecurityOperations : IEbicsSecurityOperations
- Inheritance
-
EbicsSecurityOperations
- Implements
- Inherited Members
Constructors
EbicsSecurityOperations(EbicsPrivKey)
public EbicsSecurityOperations(EbicsPrivKey aPrivKey)
Parameters
aPrivKeyEbicsPrivKeyThe private key that shall be used for the security operations. This also defines the SecurityCode.
Exceptions
Properties
SecurityCode
The security operation provided by this object.
public EbicsSecurityCode SecurityCode { get; }
Property Value
Methods
Decrypt(byte[])
public byte[] Decrypt(byte[] vbCrypt)
Parameters
vbCryptbyte[]
Returns
- byte[]
GetPubKey()
public EbicsPubKeyInfo GetPubKey()
Returns
SignHash(byte[])
public byte[] SignHash(byte[] vbHash)
Parameters
vbHashbyte[]
Returns
- byte[]