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
PacketCipherException
protected static void checkKeyLength(int keyLen) throws PacketCipherException
PacketCipherException
protected static void checkKeyLenIllegalArgumentException(int keyLen)
protected static void checkKeyLengthExclude192(int keyLen) throws PacketCipherException
PacketCipherException
protected static void checkKeyLenIllegalArgumentExceptionExclude192(int keyLen)