Searched refs:getDhGroup (Results 1 – 5 of 5) sorted by relevance
66 public int getDhGroup() { in getDhGroup() method in InvalidKeException
95 assertEquals(DH_GROUP_1024_BIT_MODP, exception.getDhGroup()); in testInvalidKeException()
251 assertEquals(expectedDhGroup, ((InvalidKeException) exception).getDhGroup()); in testValidateAndBuildIkeExceptionWithData()
446 method public int getDhGroup();
3405 int requestedDhGroup = keException.getDhGroup(); in handleResponseIkeMessage()