Searched refs:IkeAuthDigitalSignLocalConfig (Results 1 – 5 of 5) sorted by relevance
29 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()
1094 return IkeAuthDigitalSignLocalConfig.fromPersistableBundle(in); in fromPersistableBundle()1323 public static class IkeAuthDigitalSignLocalConfig extends IkeAuthConfig { class in IkeSessionParams1338 IkeAuthDigitalSignLocalConfig( in IkeAuthDigitalSignLocalConfig() method in IkeSessionParams.IkeAuthDigitalSignLocalConfig1354 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()
33 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()
111 import android.net.ipsec.ike.IkeSessionParams.IkeAuthDigitalSignLocalConfig;4250 IkeAuthDigitalSignLocalConfig localAuthConfig = in buildIkeAuthReq()4251 (IkeAuthDigitalSignLocalConfig) mIkeSessionParams.getLocalAuthConfig(); in buildIkeAuthReq()
269 …public static class IkeSessionParams.IkeAuthDigitalSignLocalConfig extends android.net.ipsec.ike.I…