public class PacketCipherChecks
extends java.lang.Object
| Constructor and Description |
|---|
PacketCipherChecks() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
checkBoundsInput(byte[] input,
int inOff,
int len,
byte[] output,
int outOff) |
protected static void |
checkKeyLength(int keyLen) |
protected static void |
checkKeyLengthExclude192(int keyLen) |
protected static void |
checkKeyLenIllegalArgumentException(int keyLen) |
protected static void |
checkKeyLenIllegalArgumentExceptionExclude192(int keyLen) |
protected static void checkBoundsInput(byte[] input,
int inOff,
int len,
byte[] output,
int outOff)
throws PacketCipherException
PacketCipherExceptionprotected static void checkKeyLength(int keyLen)
throws PacketCipherException
PacketCipherExceptionprotected static void checkKeyLenIllegalArgumentException(int keyLen)
protected static void checkKeyLengthExclude192(int keyLen)
throws PacketCipherException
PacketCipherExceptionprotected static void checkKeyLenIllegalArgumentExceptionExclude192(int keyLen)