Java org.bouncycastle.crypto.engines RSAEngine fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.engines RSAEngine fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.engines RSAEngine.

The text is from its open source code.

Constructor

Method

intgetInputBlockSize()
Return the maximum size for an input block to this engine.
voidinit(boolean forEncryption, CipherParameters param)
initialise the RSA engine.
byte[]processBlock(byte[] in, int inOff, int inLen)
Process a single block using the basic RSA algorithm.