Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java856 @Nullable public final TrustAnchor mTrustAnchor; field in IkeSessionParams.IkeAuthDigitalSignRemoteConfig
869 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 …]
/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java493 ((IkeAuthDigitalSignRemoteConfig) remoteConfig).mTrustAnchor.getTrustedCert()); in testBuildWithEap()
528 ((IkeAuthDigitalSignRemoteConfig) remoteConfig).mTrustAnchor.getTrustedCert()); in testBuildWithDigitalSignatureAuth()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java3995 .mTrustAnchor, in authenticate()