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.java22 import static android.net.ipsec.ike.IkeSessionParams.IkeAuthDigitalSignLocalConfig;
438 assertTrue(localConfig instanceof IkeAuthDigitalSignLocalConfig); in testBuildWithDigitalSignature()
439 IkeAuthDigitalSignLocalConfig localSignConfig = (IkeAuthDigitalSignLocalConfig) localConfig; in testBuildWithDigitalSignature()
464 assertTrue(localConfig instanceof IkeAuthDigitalSignLocalConfig); in testBuildWithDigitalSignatureAndIntermediateCerts()
465 IkeAuthDigitalSignLocalConfig localSignConfig = (IkeAuthDigitalSignLocalConfig) localConfig; in testBuildWithDigitalSignatureAndIntermediateCerts()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionParams.java736 return IkeAuthDigitalSignLocalConfig.fromPersistableBundle(in); in fromPersistableBundle()
965 public static class IkeAuthDigitalSignLocalConfig extends IkeAuthConfig { class in IkeSessionParams
980 IkeAuthDigitalSignLocalConfig( in IkeAuthDigitalSignLocalConfig() method in IkeSessionParams.IkeAuthDigitalSignLocalConfig
996 public static IkeAuthDigitalSignLocalConfig fromPersistableBundle( in fromPersistableBundle()
1020 return new IkeAuthDigitalSignLocalConfig(endCert, certList, privateKey); in fromPersistableBundle()
1082 if (!super.equals(o) || !(o instanceof IkeAuthDigitalSignLocalConfig)) { in equals()
1086 IkeAuthDigitalSignLocalConfig other = (IkeAuthDigitalSignLocalConfig) o; in equals()
1545 new IkeAuthDigitalSignLocalConfig( in setAuthDigitalSignature()
/packages/modules/IPsec/tests/iketests/src/java/android/net/ipsec/ike/
DIkeSessionParamsTest.java28 import static android.net.ipsec.test.ike.IkeSessionParams.IkeAuthDigitalSignLocalConfig;
514 assertTrue(localConfig instanceof IkeAuthDigitalSignLocalConfig); in testBuildWithDigitalSignatureAuth()
516 IkeAuthDigitalSignLocalConfig localAuthConfig = (IkeAuthDigitalSignLocalConfig) localConfig; in testBuildWithDigitalSignatureAuth()
809 new IkeAuthDigitalSignLocalConfig( in testPersistableBundleEncodeDecodeAuthDigitalSignLocal()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSessionStateMachine.java85 import android.net.ipsec.ike.IkeSessionParams.IkeAuthDigitalSignLocalConfig;
3850 IkeAuthDigitalSignLocalConfig localAuthConfig = in buildIkeAuthReq()
3851 (IkeAuthDigitalSignLocalConfig) mIkeSessionParams.getLocalAuthConfig(); in buildIkeAuthReq()
/packages/modules/IPsec/api/
Dcurrent.txt237 …public static class IkeSessionParams.IkeAuthDigitalSignLocalConfig extends android.net.ipsec.ike.I…