Home
last modified time | relevance | path

Searched defs:authMethod (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeAuthPayload.java61 @AuthMethod public final int authMethod; field in IkeAuthPayload
63 protected IkeAuthPayload(boolean critical, int authMethod) { in IkeAuthPayload()
72 int authMethod = Byte.toUnsignedInt(inputBuffer.get()); in getIkeAuthPayload() local
H A DIkeAuthDigitalSignPayload.java137 boolean critical, @AuthMethod int authMethod, byte[] authData) in IkeAuthDigitalSignPayload()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DIkeSessionParams.java715 IkeAuthConfig(@IkeAuthMethod int authMethod, @AuthDirection int authDirection) { in IkeAuthConfig()
729 int authMethod = in.getInt(AUTH_METHOD_KEY); in fromPersistableBundle() local