Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java149 IkeAuthConfig localConfig = sessionParams.getLocalAuthConfig(); in verifyAuthPskConfig()
362 IkeAuthConfig localConfig = sessionParams.getLocalAuthConfig(); in testBuildWithEap()
391 IkeAuthConfig localConfig = sessionParams.getLocalAuthConfig(); in testBuildWithDigitalSignatureAuth()
622 IkeAuthConfig localConfig = sessionParams.getLocalAuthConfig(); in testBuildWithEapOnlyOption()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java252 public IkeAuthConfig getLocalAuthConfig() { in getLocalAuthConfig() method in IkeSessionParams
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java3181 == mIkeSessionParams.getLocalAuthConfig().mAuthMethod); in enterState()
3260 IkeAuthConfig authConfig = mIkeSessionParams.getLocalAuthConfig(); in buildIkeAuthReq()
3275 (IkeAuthDigitalSignLocalConfig) mIkeSessionParams.getLocalAuthConfig(); in buildIkeAuthReq()
3501 (IkeSessionParams.IkeAuthEapConfig) mIkeSessionParams.getLocalAuthConfig(); in enterState()
/packages/modules/IPsec/api/
Dsystem-current.txt168 … method @NonNull public android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig getLocalAuthConfig();