Class FinCipherTrippleDES
public class FinCipherTrippleDES : FinCipherBase, IFinCipherAlgorithm
- Inheritance
-
FinCipherTrippleDES
- Implements
- Inherited Members
Constructors
FinCipherTrippleDES()
public FinCipherTrippleDES()
Methods
GetPadAmount(byte[], int, int)
protected override int GetPadAmount(byte[] vbData, int nOffset, int nLength)
Parameters
Returns
InsertPadding(byte[], int, int)
protected override void InsertPadding(byte[] vbData, int nOffset, int nLength)
Parameters
UnwrapSessionKey(byte[])
protected override byte[] UnwrapSessionKey(byte[] vbSessionKey)
Parameters
vbSessionKeybyte[]
Returns
- byte[]