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.java2741 public boolean installCaCert(@Nullable ComponentName admin, byte[] certBuffer) { in installCaCert()
2762 public void uninstallCaCert(@Nullable ComponentName admin, byte[] certBuffer) { in uninstallCaCert()
2838 public boolean hasCaCertInstalled(@Nullable ComponentName admin, byte[] certBuffer) { in hasCaCertInstalled()
2953 private static String getCaCertAlias(byte[] certBuffer) throws CertificateException { in getCaCertAlias()
DIDevicePolicyManager.aidl146 boolean installCaCert(in ComponentName admin, in byte[] certBuffer); in installCaCert()
152 boolean installKeyPair(in ComponentName who, in byte[] privKeyBuffer, in byte[] certBuffer, in installKeyPair()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4299 public boolean installCaCert(ComponentName admin, byte[] certBuffer) throws RemoteException { in installCaCert()
4335 private static X509Certificate parseCert(byte[] certBuffer) throws CertificateException { in parseCert()