Home
last modified time | relevance | path

Searched refs:SinglePairRequiredException (Results 1 – 3 of 3) sorted by relevance

/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
DSinglePairRequiredException.java34 public class SinglePairRequiredException extends IkeProtocolException { class
43 public SinglePairRequiredException() { in SinglePairRequiredException() method in SinglePairRequiredException
53 public SinglePairRequiredException(byte[] notifyData) { in SinglePairRequiredException() method in SinglePairRequiredException
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayload.java51 import android.net.ipsec.ike.exceptions.SinglePairRequiredException;
533 return new SinglePairRequiredException(notifyData); in validateAndBuildIkeException()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNotifyPayloadTest.java55 import android.net.ipsec.test.ike.exceptions.SinglePairRequiredException;
315 ERROR_TYPE_SINGLE_PAIR_REQUIRED, SinglePairRequiredException.class); in testValidateAndBuildSinglePairRequiredException()