package

org.bouncycastle.crypto.encodings

Block encodings for asymmetric ciphers.

Classes

ISO9796d1Encoding ISO 9796-1 padding. 
OAEPEncoding Optimal Asymmetric Encryption Padding (OAEP) - see PKCS 1 V 2. 
PKCS1Encoding 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.