Home
last modified time | relevance | path

Searched defs:certBuffer (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java1826 public boolean installCaCert(ComponentName admin, byte[] certBuffer) { in installCaCert()
1843 public void uninstallCaCert(ComponentName admin, byte[] certBuffer) { in uninstallCaCert()
1908 public boolean hasCaCertInstalled(ComponentName admin, byte[] certBuffer) { in hasCaCertInstalled()
1952 private static String getCaCertAlias(byte[] certBuffer) throws CertificateException { in getCaCertAlias()
DIDevicePolicyManager.aidl127 boolean installCaCert(in ComponentName admin, in byte[] certBuffer); in installCaCert()
131 …boolean installKeyPair(in ComponentName who, in byte[] privKeyBuffer, in byte[] certBuffer, String… in installKeyPair()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java2889 public boolean installCaCert(ComponentName admin, byte[] certBuffer) throws RemoteException { in installCaCert()
2925 private static X509Certificate parseCert(byte[] certBuffer) throws CertificateException { in parseCert()