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