Home
last modified time | relevance | path

Searched refs:IkeAuthDigitalSignLocalConfig (Results 1 – 5 of 5) sorted by relevance

/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeSessionParamsTest.java29 import static android.net.ipsec.ike.IkeSessionParams.IkeAuthDigitalSignLocalConfig;
500 assertTrue(localConfig instanceof IkeAuthDigitalSignLocalConfig); in testBuildWithDigitalSignature()
501 IkeAuthDigitalSignLocalConfig localSignConfig = (IkeAuthDigitalSignLocalConfig) localConfig; in testBuildWithDigitalSignature()
526 assertTrue(localConfig instanceof IkeAuthDigitalSignLocalConfig); in testBuildWithDigitalSignatureAndIntermediateCerts()
527 IkeAuthDigitalSignLocalConfig localSignConfig = (IkeAuthDigitalSignLocalConfig) localConfig; in testBuildWithDigitalSignatureAndIntermediateCerts()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java1094 return IkeAuthDigitalSignLocalConfig.fromPersistableBundle(in); in fromPersistableBundle()
1323 public static class IkeAuthDigitalSignLocalConfig extends IkeAuthConfig { class in IkeSessionParams
1338 IkeAuthDigitalSignLocalConfig( in IkeAuthDigitalSignLocalConfig() method in IkeSessionParams.IkeAuthDigitalSignLocalConfig
1354 public static IkeAuthDigitalSignLocalConfig fromPersistableBundle( in fromPersistableBundle()
1378 return new IkeAuthDigitalSignLocalConfig(endCert, certList, privateKey); in fromPersistableBundle()
1440 if (!super.equals(o) || !(o instanceof IkeAuthDigitalSignLocalConfig)) { in equals()
1444 IkeAuthDigitalSignLocalConfig other = (IkeAuthDigitalSignLocalConfig) o; in equals()
1921 new IkeAuthDigitalSignLocalConfig( in setAuthDigitalSignature()
/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java33 import static android.net.ipsec.test.ike.IkeSessionParams.IkeAuthDigitalSignLocalConfig;
570 assertTrue(localConfig instanceof IkeAuthDigitalSignLocalConfig); in testBuildWithDigitalSignatureAuth()
572 IkeAuthDigitalSignLocalConfig localAuthConfig = (IkeAuthDigitalSignLocalConfig) localConfig; in testBuildWithDigitalSignatureAuth()
907 new IkeAuthDigitalSignLocalConfig( in testPersistableBundleEncodeDecodeAuthDigitalSignLocal()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java111 import android.net.ipsec.ike.IkeSessionParams.IkeAuthDigitalSignLocalConfig;
4250 IkeAuthDigitalSignLocalConfig localAuthConfig = in buildIkeAuthReq()
4251 (IkeAuthDigitalSignLocalConfig) mIkeSessionParams.getLocalAuthConfig(); in buildIkeAuthReq()
/packages/modules/IPsec/api/
Dcurrent.txt269 …public static class IkeSessionParams.IkeAuthDigitalSignLocalConfig extends android.net.ipsec.ike.I…