Searched refs:mTrustAnchor (Results 1 – 3 of 3) sorted by relevance
389 @Nullable public final TrustAnchor mTrustAnchor; field in IkeSessionParams.IkeAuthDigitalSignRemoteConfig399 mTrustAnchor = null; in IkeAuthDigitalSignRemoteConfig()404 mTrustAnchor = new TrustAnchor(caCert, null /*nameConstraints*/); in IkeAuthDigitalSignRemoteConfig()413 if (mTrustAnchor == null) return null; in getRemoteCaCert()414 return mTrustAnchor.getTrustedCert(); in getRemoteCaCert()
372 ((IkeAuthDigitalSignRemoteConfig) remoteConfig).mTrustAnchor.getTrustedCert()); in testBuildWithEap()406 ((IkeAuthDigitalSignRemoteConfig) remoteConfig).mTrustAnchor.getTrustedCert()); in testBuildWithDigitalSignatureAuth()
3463 .mTrustAnchor, in authenticate()