Home
last modified time | relevance | path

Searched refs:installKeyPair (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/keystore/java/android/security/
DIKeyChainService.aidl46 boolean installKeyPair( in installKeyPair() method
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java4772 public boolean installKeyPair(@Nullable ComponentName admin, @NonNull PrivateKey privKey, in installKeyPair() method in DevicePolicyManager
4774 return installKeyPair(admin, privKey, new Certificate[] {cert}, alias, false); in installKeyPair()
4809 public boolean installKeyPair(@Nullable ComponentName admin, @NonNull PrivateKey privKey, in installKeyPair() method in DevicePolicyManager
4815 return installKeyPair(admin, privKey, certs, alias, flags); in installKeyPair()
4853 public boolean installKeyPair(@Nullable ComponentName admin, @NonNull PrivateKey privKey, in installKeyPair() method in DevicePolicyManager
4868 return mService.installKeyPair(admin, mContext.getPackageName(), pkcs8Key, pemCert, in installKeyPair()
DIDevicePolicyManager.aidl173 boolean installKeyPair(in ComponentName who, in String callerPackage, in byte[] privKeyBuffer, in installKeyPair() method
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5661 public boolean installKeyPair(ComponentName who, String callerPackage, byte[] privKey, in installKeyPair() method
5675 if (!keyChain.installKeyPair(privKey, cert, chain, alias, KeyStore.UID_SELF)) { in installKeyPair()
/frameworks/base/non-updatable-api/
Dcurrent.txt6714 …method public boolean installKeyPair(@Nullable android.content.ComponentName, @NonNull java.securi…
6715 …method public boolean installKeyPair(@Nullable android.content.ComponentName, @NonNull java.securi…
6716 …method public boolean installKeyPair(@Nullable android.content.ComponentName, @NonNull java.securi…
/frameworks/base/api/
Dcurrent.txt6714 …method public boolean installKeyPair(@Nullable android.content.ComponentName, @NonNull java.securi…
6715 …method public boolean installKeyPair(@Nullable android.content.ComponentName, @NonNull java.securi…
6716 …method public boolean installKeyPair(@Nullable android.content.ComponentName, @NonNull java.securi…
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2727 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->installKeyPair(Landroid/content/ComponentName;…
3256 Landroid/app/admin/IDevicePolicyManager;->installKeyPair(Landroid/content/ComponentName;Ljava/lang/…
61262 Landroid/security/IKeyChainService$Stub$Proxy;->installKeyPair([B[B[BLjava/lang/String;)Z
61305 Landroid/security/IKeyChainService;->installKeyPair([B[B[BLjava/lang/String;)Z
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5342 …method public boolean installKeyPair(android.content.ComponentName, java.security.PrivateKey, java…