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

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

Introduction

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

The text is from its open source code.

Constructor

Method

intaddPadding(byte[] in, int inOff)
add the pad bytes to the passed in block, returning the number of bytes added.
intpadCount(byte[] in)
return the number of pad bytes present in the block.