Searched refs:IkeAuthDigitalSignLocalConfig (Results 1 – 5 of 5) sorted by relevance
22 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()
736 return IkeAuthDigitalSignLocalConfig.fromPersistableBundle(in); in fromPersistableBundle()965 public static class IkeAuthDigitalSignLocalConfig extends IkeAuthConfig { class in IkeSessionParams980 IkeAuthDigitalSignLocalConfig( in IkeAuthDigitalSignLocalConfig() method in IkeSessionParams.IkeAuthDigitalSignLocalConfig996 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()
28 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()
85 import android.net.ipsec.ike.IkeSessionParams.IkeAuthDigitalSignLocalConfig;3850 IkeAuthDigitalSignLocalConfig localAuthConfig = in buildIkeAuthReq()3851 (IkeAuthDigitalSignLocalConfig) mIkeSessionParams.getLocalAuthConfig(); in buildIkeAuthReq()
237 …public static class IkeSessionParams.IkeAuthDigitalSignLocalConfig extends android.net.ipsec.ike.I…