Searched refs:mTrustAnchor (Results 1 – 3 of 3) sorted by relevance
856 @Nullable public final TrustAnchor mTrustAnchor; field in IkeSessionParams.IkeAuthDigitalSignRemoteConfig869 mTrustAnchor = null; in IkeAuthDigitalSignRemoteConfig()874 mTrustAnchor = new TrustAnchor(caCert, null /*nameConstraints*/); in IkeAuthDigitalSignRemoteConfig()912 if (mTrustAnchor != null) { in toPersistableBundle()916 mTrustAnchor.getTrustedCert().getEncoded())); in toPersistableBundle()929 if (mTrustAnchor == null) return null; in getRemoteCaCert()930 return mTrustAnchor.getTrustedCert(); in getRemoteCaCert()938 (mTrustAnchor == null) ? null : mTrustAnchor.getTrustedCert()); in hashCode()949 if (mTrustAnchor == null && other.mTrustAnchor == null) { in equals()954 return mTrustAnchor != null in equals()[all …]
493 ((IkeAuthDigitalSignRemoteConfig) remoteConfig).mTrustAnchor.getTrustedCert()); in testBuildWithEap()528 ((IkeAuthDigitalSignRemoteConfig) remoteConfig).mTrustAnchor.getTrustedCert()); in testBuildWithDigitalSignatureAuth()
3995 .mTrustAnchor, in authenticate()