Searched refs:IkeAuthDigitalSignRemoteConfig (Results 1 – 4 of 4) sorted by relevance
29 import static android.net.ipsec.ike.IkeSessionParams.IkeAuthDigitalSignRemoteConfig;368 assertTrue(remoteConfig instanceof IkeAuthDigitalSignRemoteConfig); in testBuildWithEap()372 ((IkeAuthDigitalSignRemoteConfig) remoteConfig).mTrustAnchor.getTrustedCert()); in testBuildWithEap()402 assertTrue(remoteConfig instanceof IkeAuthDigitalSignRemoteConfig); in testBuildWithDigitalSignatureAuth()406 ((IkeAuthDigitalSignRemoteConfig) remoteConfig).mTrustAnchor.getTrustedCert()); in testBuildWithDigitalSignatureAuth()
387 public static class IkeAuthDigitalSignRemoteConfig extends IkeAuthConfig { class in IkeSessionParams396 private IkeAuthDigitalSignRemoteConfig(@Nullable X509Certificate caCert) { in IkeAuthDigitalSignRemoteConfig() method in IkeSessionParams.IkeAuthDigitalSignRemoteConfig685 mRemoteAuthConfig = new IkeAuthDigitalSignRemoteConfig(serverCaCert); in setAuthEap()763 mRemoteAuthConfig = new IkeAuthDigitalSignRemoteConfig(serverCaCert); in setAuthDigitalSignature()
220 …public static class IkeSessionParams.IkeAuthDigitalSignRemoteConfig extends android.net.ipsec.ike.…
74 import android.net.ipsec.ike.IkeSessionParams.IkeAuthDigitalSignRemoteConfig;3461 ((IkeAuthDigitalSignRemoteConfig) in authenticate()