Home
last modified time | relevance | path

Searched refs:IkeInternalException (Results 1 – 8 of 8) sorted by relevance

/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
DIkeInternalException.java29 public final class IkeInternalException extends IkeException { class
37 public IkeInternalException(Throwable cause) { in IkeInternalException() method in IkeInternalException
49 public IkeInternalException(String message, Throwable cause) { in IkeInternalException() method in IkeInternalException
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeMessageTest.java48 import android.net.ipsec.ike.exceptions.IkeInternalException;
432 ((IkeInternalException) ikeException).getCause() in testDecodeEncryptedMessageWithWrongChecksum()
454 ((IkeInternalException) ikeException).getCause() in testDecryptFail()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeMessage.java26 import android.net.ipsec.ike.exceptions.IkeInternalException;
728 throw new IkeInternalException(e); in decryptAndAuthenticate()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachine.java63 import android.net.ipsec.ike.exceptions.IkeInternalException;
601 mUserCallback.onClosedExceptionally(new IkeInternalException(e)); in cleanUpAndQuit()
656 : new IkeInternalException(error); in handleChildFatalError()
2209 CREATE_STATUS_CHILD_ERROR_INVALID_MSG, new IkeInternalException(e)); in validateAndNegotiateChild()
DIkeSessionStateMachine.java77 import android.net.ipsec.ike.exceptions.IkeInternalException;
731 new IkeInternalException(error)); in handleMessage()
920 mIkeSessionCallback.onClosedExceptionally(new IkeInternalException(e)); in cleanUpAndQuit()
1002 : new IkeInternalException(error); in handleIkeFatalError()
4060 new IkeInternalException("Error in creating a new IKE SA during rekey", e)); in handleResponseIkeMessage()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java83 import android.net.ipsec.ike.exceptions.IkeInternalException;
664 verifyHandleFatalErrorAndQuit(IkeInternalException.class); in testCreateChildHandlesKeyCalculationFail()
1120 verifyHandleFatalErrorAndQuit(IkeInternalException.class); in disableTestRekeyLocalCreateChildHandlesKeyCalculationFail()
1673 verifyHandleFatalErrorAndQuit(IkeInternalException.class); in testHandleUnexpectedException()
DIkeSessionStateMachineTest.java103 import android.net.ipsec.ike.exceptions.IkeInternalException;
3213 verify(mMockIkeSessionCallback).onClosedExceptionally(any(IkeInternalException.class)); in testRekeyIkeLocalCreateSaCreationFail()
4460 verify(mMockIkeSessionCallback).onClosedExceptionally(any(IkeInternalException.class)); in testHandleUnexpectedExceptionInEnterState()
4476 verify(mMockIkeSessionCallback).onClosedExceptionally(any(IkeInternalException.class)); in testHandleUnexpectedExceptionInProcessStateMsg()
4569 verify(mMockIkeSessionCallback).onClosedExceptionally(any(IkeInternalException.class)); in disableTestTempFailureHandlerTimeout()
/packages/modules/IPsec/api/
Dsystem-current.txt333 public final class IkeInternalException extends android.net.ipsec.ike.exceptions.IkeException {