org.bouncycastle.crypto.encodings |
Block encodings for asymmetric ciphers.
|
Java Source File Name | Type | Comment |
ISO9796d1Encoding.java | Class | ISO 9796-1 padding. |
OAEPEncoding.java | Class | Optimal Asymmetric Encryption Padding (OAEP) - see PKCS 1 V 2. |
PKCS1Encoding.java | Class | 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. |