Searched refs:userCert (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/keystore/java/android/security/ |
D | IKeyChainService.aidl | 39 boolean setKeyPairCertificate(String alias, in byte[] userCert, in byte[] certChain); in setKeyPairCertificate() argument 45 …boolean installKeyPair(in byte[] privateKey, in byte[] userCert, in byte[] certChain, String alias… in installKeyPair() argument
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
D | Vpn.java | 1692 String userCert = ""; in startLegacyVpnPrivileged() local 1698 userCert = (value == null) ? null : new String(value, StandardCharsets.UTF_8); in startLegacyVpnPrivileged() 1708 if (privateKey == null || userCert == null || caCert == null || serverCert == null) { in startLegacyVpnPrivileged() 1723 iface, profile.server, "udprsa", privateKey, userCert, in startLegacyVpnPrivileged() 1735 iface, profile.server, "xauthrsa", privateKey, userCert, in startLegacyVpnPrivileged()
|