interface Record
| 限定符和类型 | 字段和说明 |
|---|---|
static boolean |
enableCBCProtection |
static int |
maxDataSize |
static int |
maxFragmentSize |
static int |
maxIVLength |
static int |
maxMacSize |
static int |
maxPadding |
static int |
OVERFLOW_OF_INT08 |
static int |
OVERFLOW_OF_INT16 |
static int |
OVERFLOW_OF_INT24 |
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
getBytes16(ByteBuffer m) |
static byte[] |
getBytes24(ByteBuffer m) |
static byte[] |
getBytes8(ByteBuffer m) |
static int |
getInt16(ByteBuffer m) |
static int |
getInt24(ByteBuffer m) |
static int |
getInt32(ByteBuffer m) |
static int |
getInt8(ByteBuffer m) |
static void |
putBytes16(ByteBuffer m,
byte[] s) |
static void |
putBytes24(ByteBuffer m,
byte[] s) |
static void |
putBytes8(ByteBuffer m,
byte[] s) |
static void |
putInt16(ByteBuffer m,
int i) |
static void |
putInt24(ByteBuffer m,
int i) |
static void |
putInt32(ByteBuffer m,
int i) |
static void |
putInt8(ByteBuffer m,
int i) |
static void |
verifyLength(ByteBuffer m,
int len) |
static final int maxMacSize
static final int maxDataSize
static final int maxPadding
static final int maxIVLength
static final int maxFragmentSize
static final boolean enableCBCProtection
static final int OVERFLOW_OF_INT08
static final int OVERFLOW_OF_INT16
static final int OVERFLOW_OF_INT24
static int getInt8(ByteBuffer m) throws IOException
IOExceptionstatic int getInt16(ByteBuffer m) throws IOException
IOExceptionstatic int getInt24(ByteBuffer m) throws IOException
IOExceptionstatic int getInt32(ByteBuffer m) throws IOException
IOExceptionstatic byte[] getBytes8(ByteBuffer m) throws IOException
IOExceptionstatic byte[] getBytes16(ByteBuffer m) throws IOException
IOExceptionstatic byte[] getBytes24(ByteBuffer m) throws IOException
IOExceptionstatic void putInt8(ByteBuffer m, int i) throws IOException
IOExceptionstatic void putInt16(ByteBuffer m, int i) throws IOException
IOExceptionstatic void putInt24(ByteBuffer m, int i) throws IOException
IOExceptionstatic void putInt32(ByteBuffer m, int i) throws IOException
IOExceptionstatic void putBytes8(ByteBuffer m, byte[] s) throws IOException
IOExceptionstatic void putBytes16(ByteBuffer m, byte[] s) throws IOException
IOExceptionstatic void putBytes24(ByteBuffer m, byte[] s) throws IOException
IOExceptionstatic void verifyLength(ByteBuffer m, int len) throws SSLException
SSLExceptionCopyright © 2023. All rights reserved.