Class PKCS1Encoding

java.lang.Object
org.gudy.bouncycastle.crypto.encodings.PKCS1Encoding
All Implemented Interfaces:
AsymmetricBlockCipher

public class PKCS1Encoding extends Object implements AsymmetricBlockCipher
this does your basic PKCS 1 v1.5 padding - whether or not you should be using this depends on your application - see PKCS1 Version 2 for details.