Searched refs:decodeAndVerifyUnprotectedErrorMsg (Results 1 – 3 of 3) sorted by relevance
106 IkeTestUtils.decodeAndVerifyUnprotectedErrorMsg( in testDecodeIkeHeaderWithInvalidMajorVersion()118 IkeTestUtils.decodeAndVerifyUnprotectedErrorMsg(inputPacket, InvalidSyntaxException.class); in testDecodeIkeHeaderWithInvalidExchangeType()127 IkeTestUtils.decodeAndVerifyUnprotectedErrorMsg(inputPacket, InvalidSyntaxException.class); in testDecodeIkeHeaderWithInvalidPacketLength()
348 IkeTestUtils.decodeAndVerifyUnprotectedErrorMsg( in testThrowUnsupportedCriticalPayloadException()361 IkeTestUtils.decodeAndVerifyUnprotectedErrorMsg(inputPacket, InvalidSyntaxException.class); in testDecodeMessageWithTooShortPayloadLength()370 IkeTestUtils.decodeAndVerifyUnprotectedErrorMsg(inputPacket, InvalidSyntaxException.class); in testDecodeMessageWithTooLongPayloadLength()377 IkeTestUtils.decodeAndVerifyUnprotectedErrorMsg(inputPacket, InvalidSyntaxException.class); in testDecodeMessageWithUnexpectedBytesInTheEnd()
52 public static <T extends IkeProtocolException> T decodeAndVerifyUnprotectedErrorMsg( in decodeAndVerifyUnprotectedErrorMsg() method in IkeTestUtils