Home | History | Annotate | Download | only in ssl

Lines Matching full:hex2bytes

275 +	byte[] hex2bytes(String s) {
564 + byte[] key = hex2bytes(onetimekey);
566 + byte[] cert = hex2bytes(onetimecert);
603 + byte[] cert = hex2bytes(viewer.serverCert);