Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java146 @NonNull private final IkeAuthConfig mRemoteAuthConfig; field in IkeSessionParams
185 mRemoteAuthConfig = remoteAuthConfig; in IkeSessionParams()
259 return mRemoteAuthConfig; in getRemoteAuthConfig()
503 @Nullable private IkeAuthConfig mRemoteAuthConfig; field in IkeSessionParams.Builder
639 mRemoteAuthConfig = new IkeAuthPskConfig(sharedKey); in setAuthPsk()
685 mRemoteAuthConfig = new IkeAuthDigitalSignRemoteConfig(serverCaCert); in setAuthEap()
763 mRemoteAuthConfig = new IkeAuthDigitalSignRemoteConfig(serverCaCert); in setAuthDigitalSignature()
942 || mRemoteAuthConfig == null) { in build()
974 mRemoteAuthConfig, in build()