Searched refs:integerToByteArray (Results 1 – 4 of 4) sorted by relevance
41 super(ERROR_TYPE_INVALID_KE_PAYLOAD, integerToByteArray(dhGroup, EXPECTED_ERROR_DATA_LEN)); in InvalidKeException()
43 integerToByteArray(messageId, EXPECTED_ERROR_DATA_LEN)); in InvalidMessageIdException()
50 integerToByteArray(payloadList.get(0), EXPECTED_ERROR_DATA_LEN)); in UnsupportedCriticalPayloadException()
158 protected static byte[] integerToByteArray(int integer, int arraySize) { in integerToByteArray() method in IkeProtocolException