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

Inheritance: IAsymmetricBlockCipher
Show file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

GetInputBlockSize() public method

public GetInputBlockSize ( ) : int
return int

GetOutputBlockSize() public method

public GetOutputBlockSize ( ) : int
return int

GetUnderlyingCipher() public method

public GetUnderlyingCipher ( ) : IAsymmetricBlockCipher
return IAsymmetricBlockCipher

Init() public method

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

Pkcs1Encoding() public method

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

ProcessBlock() public method

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