Searched refs:userCert (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/keystore/java/android/security/ |
D | IKeyChainService.aidl | 40 boolean setKeyPairCertificate(String alias, in byte[] userCert, in byte[] certChain); in setKeyPairCertificate() argument 47 in byte[] privateKey, in byte[] userCert, in byte[] certChain, String alias, int uid); in installKeyPair() argument
|
/frameworks/base/core/java/android/net/ |
D | Ikev2VpnProfile.java | 153 @Nullable X509Certificate userCert, in Ikev2VpnProfile() argument 177 mUserCert = userCert; in Ikev2VpnProfile() 599 final X509Certificate userCert = in fromVpnProfile() local 603 builder.setAuthDigitalSignature(userCert, key, serverRootCa); in fromVpnProfile() 921 @NonNull X509Certificate userCert, in setAuthDigitalSignature() 924 checkNotNull(userCert, MISSING_PARAM_MSG_TMPL, "userCert"); in setAuthDigitalSignature() 929 checkCert(userCert); in setAuthDigitalSignature() 933 mUserCert = userCert; in setAuthDigitalSignature()
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Vpn.java | 2499 String userCert = ""; in startLegacyVpnPrivileged() local 2509 userCert = (cert == null) ? null in startLegacyVpnPrivileged() 2524 if (userCert == null || caCert == null || serverCert == null) { in startLegacyVpnPrivileged() 2534 profile.ipsecUserCert = userCert; in startLegacyVpnPrivileged()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |