Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java69 public @interface IkeAuthMethod {} annotation in IkeSessionParams
355 @IkeAuthMethod public final int mAuthMethod;
358 IkeAuthConfig(@IkeAuthMethod int authMethod) { in IkeAuthConfig()