Searched refs:InvalidMessageIdException (Results 1 – 4 of 4) sorted by relevance
33 public final class InvalidMessageIdException extends IkeProtocolException { class44 public InvalidMessageIdException(int messageId) { in InvalidMessageIdException() method in InvalidMessageIdException56 public InvalidMessageIdException(byte[] notifyData) { in InvalidMessageIdException() method in InvalidMessageIdException
29 import android.net.ipsec.ike.exceptions.InvalidMessageIdException;691 throw new InvalidMessageIdException(header.messageId); in decode()855 throw new InvalidMessageIdException(header.messageId); in decryptAndAuthenticate()
46 import android.net.ipsec.ike.exceptions.InvalidMessageIdException;525 return new InvalidMessageIdException(notifyData); in validateAndBuildIkeException()
49 import android.net.ipsec.test.ike.exceptions.InvalidMessageIdException;413 assertTrue(ikeException instanceof InvalidMessageIdException); in testDecodeEncryptedMessageWithWrongId()742 assertTrue(ikeException instanceof InvalidMessageIdException); in testRcvFirstArrivedFragWithUnprotectedError()