Searched refs:userCert (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/keystore/java/android/security/ |
H A 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
|
/aosp14/frameworks/base/core/java/android/net/ |
H A 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()
|
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | Vpn.java | 2674 String userCert = ""; in startLegacyVpnPrivileged() local 2684 userCert = (cert == null) ? null in startLegacyVpnPrivileged() 2699 if (userCert == null || caCert == null || serverCert == null) { in startLegacyVpnPrivileged() 2711 profile.ipsecUserCert = userCert; in startLegacyVpnPrivileged() 2743 userCert, caCert, serverCert, "1701", in startLegacyVpnPrivileged() 2755 userCert, caCert, serverCert, profile.username, profile.password, "", gateway, in startLegacyVpnPrivileged()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |