Modifier and Type | Field and Description |
---|---|
public static final boolean | |
public static final int | |
public static final int | |
public static final int | |
public static final int | |
public static final int | |
public static final int | |
public static final int | |
public static final int |
Modifier and Type | Method and Description |
---|---|
public static byte[] | |
public static byte[] | |
public static byte[] | |
public static int | |
public static int | |
public static int | |
public static int | |
public static void | |
public static void | |
public static void | |
public static void | |
public static void | |
public static void | |
public static void | |
public static void |
enableCBCProtection | back to summary |
---|---|
public static final boolean enableCBCProtection |
maxDataSize | back to summary |
---|---|
public static final int maxDataSize |
maxFragmentSize | back to summary |
---|---|
public static final int maxFragmentSize |
maxIVLength | back to summary |
---|---|
public static final int maxIVLength |
maxMacSize | back to summary |
---|---|
public static final int maxMacSize |
maxPadding | back to summary |
---|---|
public static final int maxPadding |
OVERFLOW_OF_INT08 | back to summary |
---|---|
public static final int OVERFLOW_OF_INT08 |
OVERFLOW_OF_INT16 | back to summary |
---|---|
public static final int OVERFLOW_OF_INT16 |
OVERFLOW_OF_INT24 | back to summary |
---|---|
public static final int OVERFLOW_OF_INT24 |
getBytes16 | back to summary |
---|---|
public static byte[] getBytes16(ByteBuffer m) throws IOException |
getBytes24 | back to summary |
---|---|
public static byte[] getBytes24(ByteBuffer m) throws IOException |
getBytes8 | back to summary |
---|---|
public static byte[] getBytes8(ByteBuffer m) throws IOException |
getInt16 | back to summary |
---|---|
public static int getInt16(ByteBuffer m) throws IOException |
getInt24 | back to summary |
---|---|
public static int getInt24(ByteBuffer m) throws IOException |
getInt32 | back to summary |
---|---|
public static int getInt32(ByteBuffer m) throws IOException |
getInt8 | back to summary |
---|---|
public static int getInt8(ByteBuffer m) throws IOException |
putBytes16 | back to summary |
---|---|
public static void putBytes16(ByteBuffer m, byte[] s) throws IOException |
putBytes24 | back to summary |
---|---|
public static void putBytes24(ByteBuffer m, byte[] s) throws IOException |
putBytes8 | back to summary |
---|---|
public static void putBytes8(ByteBuffer m, byte[] s) throws IOException |
putInt16 | back to summary |
---|---|
public static void putInt16(ByteBuffer m, int i) throws IOException |
putInt24 | back to summary |
---|---|
public static void putInt24(ByteBuffer m, int i) throws IOException |
putInt32 | back to summary |
---|---|
public static void putInt32(ByteBuffer m, int i) throws IOException |
putInt8 | back to summary |
---|---|
public static void putInt8(ByteBuffer m, int i) throws IOException |
verifyLength | back to summary |
---|---|
public static void verifyLength(ByteBuffer m, int len) throws SSLException |