|
|
static final int | MECH_PAD_NONE = 0x00000000 |
| | Don't apply padding.
|
| |
|
static final int | MECH_PAD_PKCS5 = 0x00001000 |
| | Apply padding according to PKCS#5.
|
| |
|
static final int | MECH_PAD_RANDOM = 0x00002000 |
| | Apply random padding (ISO 10126)
|
| |
|
static final int | MECH_PAD_ISO7816 = 0x00003000 |
| | Apply padding according to ISO7816.
|
| |
|
static final int | MECH_PAD_PKCS1 = 0x00004000 |
| | Apply padding according to PKCS#1_v1.5.
|
| |
|
static final int | MECH_PAD_OAEP = 0x00005000 |
| | Apply padding according to PKCS#1_v2.1 RSAES-OAEP.
|
| |
|
static final int | MECH_PAD_PSS = 0x00006000 |
| | Apply padding according to PKCS#1_v2.1 RSASSA-PSS.
|
| |
|
static final int | MECH_PAD_X9_31 = 0x00007000 |
| | Apply padding according to ANSI X9.31.
|
| |
|
static final int | MECH_PAD_ZEROFILL = 0x00008000 |
| | Pad with zeros up to block length.
|
| |
|
static final int | MECH_PAD_KWP = 0x00009000 |
| | Pad for key wrap NIST SP800-38F (AES)
|
| |