Package | Description |
---|---|
gnu.crypto.pad |
Modifier and Type | Class and Description |
---|---|
class |
BasePad
An abstract class to facilitate implementing padding algorithms.
|
class |
NoPadding |
class |
PKCS1_V1_5
A padding algorithm implementation of the EME-PKCS1-V1.5 encoding/decoding
algorithm as described in section 7.2 of RFC-3447.
|
class |
PKCS7
The implementation of the PKCS7 padding algorithm.
|
class |
TBC
The implementation of the Trailing Bit Complement (TBC) padding algorithm.
|
Modifier and Type | Method and Description |
---|---|
static IPad |
PadFactory.getInstance(java.lang.String pad)
Returns an instance of a padding algorithm given its name.
|
Copyright © 2025. All rights reserved.