Searched refs:rawPublicKey (Results 1 – 2 of 2) sorted by relevance
109 byte[] rawPublicKey = X509Utils.getAndFormatRawPublicKey(cert); in provisionCerts()110 if (rawPublicKey == null) { in provisionCerts()115 if (SystemInterface.provisionCertChain(rawPublicKey, cert.getEncoded(), certChain, in provisionCerts()
119 public static boolean provisionCertChain(byte[] rawPublicKey, byte[] encodedCert, in provisionCertChain() argument124 binder.provisionCertChain(rawPublicKey, encodedCert, certChain, in provisionCertChain()