Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
H A DIkeSessionParamsTest.java180 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in verifyIkeParamsMinimum()
347 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in verifyIkeParamsWithPsk()
389 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in testBuildWithEap()
409 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in testBuildWithEapOnlyAuth()
444 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in testBuildWithDigitalSignature()
470 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in testBuildWithDigitalSignatureAndIntermediateCerts()
/aosp12/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
H A DIkeSessionParamsTest.java179 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in verifyAuthPskConfig()
488 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in testBuildWithEap()
523 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in testBuildWithDigitalSignatureAuth()
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/
H A DIkeSessionParams.java503 public IkeAuthConfig getRemoteAuthConfig() { in getRemoteAuthConfig() method in IkeSessionParams
1260 mRemoteAuthConfig = ikeSessionParams.getRemoteAuthConfig(); in Builder()
/aosp12/frameworks/base/core/java/android/net/vcn/persistablebundleutils/
H A DIkeSessionParamsUtils.java112 REMOTE_AUTH_KEY, AuthConfigUtils.toPersistableBundle(params.getRemoteAuthConfig())); in toPersistableBundle()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
H A DIkeSessionStateMachine.java3983 switch (mIkeSessionParams.getRemoteAuthConfig().mAuthMethod) { in authenticate()
3986 ((IkeAuthPskConfig) mIkeSessionParams.getRemoteAuthConfig()).mPsk, in authenticate()
3994 mIkeSessionParams.getRemoteAuthConfig()) in authenticate()
/aosp12/packages/modules/IPsec/api/
H A Dcurrent.txt201 … method @NonNull public android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig getRemoteAuthConfig();