Home
last modified time | relevance | path

Searched refs:certStream (Results 1 – 1 of 1) sorted by relevance

/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/utils/
DX509Utils.java57 public static X509Certificate[] formatX509Certs(byte[] certStream) throws RkpdException { in formatX509Certs() argument
60 ByteArrayInputStream in = new ByteArrayInputStream(certStream); in formatX509Certs()
72 + Base64.encodeToString(certStream, Base64.DEFAULT), e); in formatX509Certs()