Searched refs:InvalidMessageIdException (Results 1 – 4 of 4) sorted by relevance
31 public final class InvalidMessageIdException extends IkeProtocolException { class42 public InvalidMessageIdException(int messageId) { in InvalidMessageIdException() method in InvalidMessageIdException54 public InvalidMessageIdException(byte[] notifyData) { in InvalidMessageIdException() method in InvalidMessageIdException
29 import android.net.ipsec.ike.exceptions.InvalidMessageIdException;563 throw new InvalidMessageIdException(header.messageId); in decode()727 throw new InvalidMessageIdException(header.messageId); in decryptAndAuthenticate()
46 import android.net.ipsec.ike.exceptions.InvalidMessageIdException;515 return new InvalidMessageIdException(notifyData); in validateAndBuildIkeException()
49 import android.net.ipsec.test.ike.exceptions.InvalidMessageIdException;411 assertTrue(ikeException instanceof InvalidMessageIdException); in testDecodeEncryptedMessageWithWrongId()740 assertTrue(ikeException instanceof InvalidMessageIdException); in testRcvFirstArrivedFragWithUnprotectedError()