C# Class Org.BouncyCastle.Crypto.Encodings.ISO9796d1Encoding

Inheritance: IAsymmetricBlockCipher
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetInputBlockSize ( ) : int
GetOutputBlockSize ( ) : int
GetPadBits ( ) : int
GetUnderlyingCipher ( ) : IAsymmetricBlockCipher
ISO9796d1Encoding ( IAsymmetricBlockCipher cipher ) : System
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBlock ( byte input, int inOff, int length ) : byte[]
SetPadBits ( int padBits ) : void

Private Methods

Method Description
DecodeBlock ( byte input, int inOff, int inLen ) : byte[]
EncodeBlock ( byte input, int inOff, int inLen ) : byte[]

Method Details

GetInputBlockSize() public method

public GetInputBlockSize ( ) : int
return int

GetOutputBlockSize() public method

public GetOutputBlockSize ( ) : int
return int

GetPadBits() public method

public GetPadBits ( ) : int
return int

GetUnderlyingCipher() public method

public GetUnderlyingCipher ( ) : IAsymmetricBlockCipher
return IAsymmetricBlockCipher

ISO9796d1Encoding() public method

public ISO9796d1Encoding ( IAsymmetricBlockCipher cipher ) : System
cipher IAsymmetricBlockCipher
return System

Init() public method

public Init ( bool forEncryption, ICipherParameters parameters ) : void
forEncryption bool
parameters ICipherParameters
return void

ProcessBlock() public method

public ProcessBlock ( byte input, int inOff, int length ) : byte[]
input byte
inOff int
length int
return byte[]

SetPadBits() public method

public SetPadBits ( int padBits ) : void
padBits int
return void