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 |
Method | Description | |
---|---|---|
DecodeBlock ( byte input, int inOff, int inLen ) : byte[] | ||
EncodeBlock ( byte input, int inOff, int inLen ) : byte[] |
public GetUnderlyingCipher ( ) : IAsymmetricBlockCipher | ||
return | IAsymmetricBlockCipher |
public ISO9796d1Encoding ( IAsymmetricBlockCipher cipher ) : System | ||
cipher | IAsymmetricBlockCipher | |
return | System |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
return | void |
public ProcessBlock ( byte input, int inOff, int length ) : byte[] | ||
input | byte | |
inOff | int | |
length | int | |
return | byte[] |