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.java75 public @interface IkeAuthMethod {} annotation in IkeSessionParams
710 @IkeAuthMethod public final int mAuthMethod;
715 IkeAuthConfig(@IkeAuthMethod int authMethod, @AuthDirection int authDirection) { in IkeAuthConfig()