Class FinCipherTrippleDES
Inheritance
FinCipherTrippleDES
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinCipherTrippleDES : FinCipherBase, IFinCipherAlgorithm
Constructors
FinCipherTrippleDES()
Declaration
public FinCipherTrippleDES()
Methods
GetPadAmount(byte[], int, int)
Declaration
protected override int GetPadAmount(byte[] vbData, int nOffset, int nLength)
Parameters
Type |
Name |
Description |
byte[] |
vbData |
|
int |
nOffset |
|
int |
nLength |
|
Returns
Overrides
InsertPadding(byte[], int, int)
Declaration
protected override void InsertPadding(byte[] vbData, int nOffset, int nLength)
Parameters
Type |
Name |
Description |
byte[] |
vbData |
|
int |
nOffset |
|
int |
nLength |
|
Overrides
UnwrapSessionKey(byte[])
Declaration
protected override byte[] UnwrapSessionKey(byte[] vbSessionKey)
Parameters
Type |
Name |
Description |
byte[] |
vbSessionKey |
|
Returns
Overrides
Implements