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

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

Introduction

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

The text is from its open source code.

Method

intaddPadding(byte[] in, int inOff)
add the pad bytes to the passed in block, returning the number of bytes added.
StringgetPaddingName()
Return the name of the algorithm the cipher implements.
voidinit(SecureRandom random)
Initialise the padder.