Interface IRsa
- Namespace
- Org.BouncyCastle.Crypto
- Assembly
- BouncyCastle.Cryptography.dll
Methods
BigInteger ConvertInput(byte[] buf, int off, int len)
Parameters
buf byte[]
off int
len int
Returns
- BigInteger
ConvertOutput(BigInteger)
byte[] ConvertOutput(BigInteger result)
Parameters
result BigInteger
Returns
- byte[]
Returns
- int
GetOutputBlockSize()
Returns
- int
Init(bool, ICipherParameters)
void Init(bool forEncryption, ICipherParameters parameters)
Parameters
forEncryption bool
parameters ICipherParameters
ProcessBlock(BigInteger)
BigInteger ProcessBlock(BigInteger input)
Parameters
input BigInteger
Returns
- BigInteger