Searched refs:decodeAndVerifyUnprotectedErrorMsg (Results 1 – 3 of 3) sorted by relevance
105 IkeTestUtils.decodeAndVerifyUnprotectedErrorMsg( in testDecodeIkeHeaderWithInvalidMajorVersion()117 IkeTestUtils.decodeAndVerifyUnprotectedErrorMsg(inputPacket, InvalidSyntaxException.class); in testDecodeIkeHeaderWithInvalidExchangeType()126 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