C# Class Org.BouncyCastle.Crypto.Engines.RsaBlindingEngine

Inheritance: IAsymmetricBlockCipher
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
GetInputBlockSize ( ) : int
GetOutputBlockSize ( ) : int
Init ( bool forEncryption, ICipherParameters param ) : void
ProcessBlock ( byte inBuf, int inOff, int inLen ) : byte[]

Private Methods

Méthode Description
BlindMessage ( BigInteger msg ) : BigInteger
UnblindMessage ( BigInteger blindedMsg ) : BigInteger

Method Details

GetInputBlockSize() public méthode

public GetInputBlockSize ( ) : int
Résultat int

GetOutputBlockSize() public méthode

public GetOutputBlockSize ( ) : int
Résultat int

Init() public méthode

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

ProcessBlock() public méthode

public ProcessBlock ( byte inBuf, int inOff, int inLen ) : byte[]
inBuf byte
inOff int
inLen int
Résultat byte[]