Searched defs:certBuffer (Results 1 – 3 of 3) sorted by relevance
2741 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()
146 boolean installCaCert(in ComponentName admin, in byte[] certBuffer); in installCaCert()152 boolean installKeyPair(in ComponentName who, in byte[] privKeyBuffer, in byte[] certBuffer, in installKeyPair()
4299 public boolean installCaCert(ComponentName admin, byte[] certBuffer) throws RemoteException { in installCaCert()4335 private static X509Certificate parseCert(byte[] certBuffer) throws CertificateException { in parseCert()