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

Inheritance: IAsymmetricBlockCipher
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode 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

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

Method Details

GetInputBlockSize() public méthode

public GetInputBlockSize ( ) : int
Résultat int

GetOutputBlockSize() public méthode

public GetOutputBlockSize ( ) : int
Résultat int

GetUnderlyingCipher() public méthode

public GetUnderlyingCipher ( ) : IAsymmetricBlockCipher
Résultat IAsymmetricBlockCipher

Init() public méthode

public Init ( bool forEncryption, ICipherParameters parameters ) : void
forEncryption bool
parameters ICipherParameters
Résultat void

Pkcs1Encoding() public méthode

public Pkcs1Encoding ( IAsymmetricBlockCipher cipher ) : System
cipher IAsymmetricBlockCipher
Résultat System

ProcessBlock() public méthode

public ProcessBlock ( byte input, int inOff, int length ) : byte[]
input byte
inOff int
length int
Résultat byte[]