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

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

Introduction

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

The text is from its open source code.

Implementation

org.bouncycastle.crypto.AsymmetricBlockCipher has the following implementations.
Click this link to see all its implementation.

Method

intgetInputBlockSize()
returns the largest size an input block can be.
intgetOutputBlockSize()
returns the maximum size of the block produced by this cipher.
voidinit(boolean forEncryption, CipherParameters param)
initialise the cipher.
byte[]processBlock(byte[] in, int inOff, int len)
process the block of len bytes stored in in from offset inOff.