class Padding
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
byte_representation |
private static int |
END_BIT |
private int |
internal_padding_length |
private static int |
VALUE_MASK |
| Constructor and Description |
|---|
Padding(byte[] padding_byte_representation) |
Padding(byte[] padding_byte_representation,
int offset) |
Padding(int padding_length) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
byte[] |
getLengthAsBytes() |
byte[] |
getPaddingBytes() |
private static final int END_BIT
private static final int VALUE_MASK
private byte[] byte_representation
private int internal_padding_length
Copyright © 2023. All rights reserved.