Searched refs:DELETE_IKE_PAYLOAD_HEX_STRING (Results 1 – 2 of 2) sorted by relevance
38 private static final String DELETE_IKE_PAYLOAD_HEX_STRING = "0000000801000000"; field in IkeDeletePayloadTest55 ByteBuffer.wrap(TestUtils.hexStringToByteArray(DELETE_IKE_PAYLOAD_HEX_STRING)); in testDecodeDeleteIkePayload()94 byte[] deletePayloadBytes = TestUtils.hexStringToByteArray(DELETE_IKE_PAYLOAD_HEX_STRING); in testDecodeWithInvalidProtocol()109 byte[] deletePayloadBytes = TestUtils.hexStringToByteArray(DELETE_IKE_PAYLOAD_HEX_STRING); in testDecodeWithInvalidSpiSize()124 byte[] deletePayloadBytes = TestUtils.hexStringToByteArray(DELETE_IKE_PAYLOAD_HEX_STRING); in testDecodeWithInvalidNumSpi()139 byte[] deletePayloadBytes = TestUtils.hexStringToByteArray(DELETE_IKE_PAYLOAD_HEX_STRING); in testDecodeWithInvalidNumSpiAndSpiSize()201 byte[] expectedPayloadBytes = TestUtils.hexStringToByteArray(DELETE_IKE_PAYLOAD_HEX_STRING); in testEncodeForIke()238 byte[] expectedPayloadBytes = TestUtils.hexStringToByteArray(DELETE_IKE_PAYLOAD_HEX_STRING); in testPayloadLengthForIke()
238 private static final String DELETE_IKE_PAYLOAD_HEX_STRING = "0000000801000000"; field in IkeSessionStateMachineTest1093 payloadHexStringList.add(DELETE_IKE_PAYLOAD_HEX_STRING); in makeDeleteIkeRequest()