Searched defs:certBuffer (Results 1 – 3 of 3) sorted by relevance
1826 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()
127 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()
2889 public boolean installCaCert(ComponentName admin, byte[] certBuffer) throws RemoteException { in installCaCert()2925 private static X509Certificate parseCert(byte[] certBuffer) throws CertificateException { in parseCert()