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

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

Méthodes publiques

Méthode Description
ConvertInput ( byte inBuf, int inOff, int inLen ) : BigInteger
ConvertOutput ( BigInteger result ) : byte[]
GetInputBlockSize ( ) : int
GetOutputBlockSize ( ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessBlock ( BigInteger input ) : BigInteger

Method Details

ConvertInput() public méthode

public ConvertInput ( byte inBuf, int inOff, int inLen ) : BigInteger
inBuf byte
inOff int
inLen int
Résultat Org.BouncyCastle.Math.BigInteger

ConvertOutput() public méthode

public ConvertOutput ( BigInteger result ) : byte[]
result Org.BouncyCastle.Math.BigInteger
Résultat byte[]

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 parameters ) : void
forEncryption bool
parameters ICipherParameters
Résultat void

ProcessBlock() public méthode

public ProcessBlock ( BigInteger input ) : BigInteger
input Org.BouncyCastle.Math.BigInteger
Résultat Org.BouncyCastle.Math.BigInteger