Searched refs:getRemoteAuthConfig (Results 1 – 5 of 5) sorted by relevance
180 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()
179 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in verifyAuthPskConfig()488 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in testBuildWithEap()523 IkeAuthConfig remoteConfig = sessionParams.getRemoteAuthConfig(); in testBuildWithDigitalSignatureAuth()
503 public IkeAuthConfig getRemoteAuthConfig() { in getRemoteAuthConfig() method in IkeSessionParams1260 mRemoteAuthConfig = ikeSessionParams.getRemoteAuthConfig(); in Builder()
3983 switch (mIkeSessionParams.getRemoteAuthConfig().mAuthMethod) { in authenticate()3986 ((IkeAuthPskConfig) mIkeSessionParams.getRemoteAuthConfig()).mPsk, in authenticate()3994 mIkeSessionParams.getRemoteAuthConfig()) in authenticate()
201 … method @NonNull public android.net.ipsec.ike.IkeSessionParams.IkeAuthConfig getRemoteAuthConfig();