Package | Description |
---|---|
gnu.crypto.pad |
Modifier and Type | Method and Description |
---|---|
int |
TBC.unpad(byte[] in,
int offset,
int length) |
int |
PKCS7.unpad(byte[] in,
int offset,
int length) |
int |
PKCS1_V1_5.unpad(byte[] in,
int offset,
int length) |
int |
NoPadding.unpad(byte[] in,
int off,
int len) |
int |
IPad.unpad(byte[] in,
int offset,
int length)
Returns the number of bytes to discard from a designated input buffer.
|
abstract int |
BasePad.unpad(byte[] in,
int off,
int len) |
Copyright © 2025. All rights reserved.