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.java1214 @Nullable public final TrustAnchor mTrustAnchor; field in IkeSessionParams.IkeAuthDigitalSignRemoteConfig
1227 mTrustAnchor = null; in IkeAuthDigitalSignRemoteConfig()
1232 mTrustAnchor = new TrustAnchor(caCert, null /*nameConstraints*/); in IkeAuthDigitalSignRemoteConfig()
1270 if (mTrustAnchor != null) { in toPersistableBundle()
1274 mTrustAnchor.getTrustedCert().getEncoded())); in toPersistableBundle()
1287 if (mTrustAnchor == null) return null; in getRemoteCaCert()
1288 return mTrustAnchor.getTrustedCert(); in getRemoteCaCert()
1296 (mTrustAnchor == null) ? null : mTrustAnchor.getTrustedCert()); in hashCode()
1307 if (mTrustAnchor == null && other.mTrustAnchor == null) { in equals()
1312 return mTrustAnchor != null in equals()
[all …]
/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java549 ((IkeAuthDigitalSignRemoteConfig) remoteConfig).mTrustAnchor.getTrustedCert()); in testBuildWithEap()
584 ((IkeAuthDigitalSignRemoteConfig) remoteConfig).mTrustAnchor.getTrustedCert()); in testBuildWithDigitalSignatureAuth()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java4411 .mTrustAnchor, in authenticate()