}
// Wrap the data in a SEQUENCE
DerOutputStream derout = new DerOutputStream();
derout.write(DerValue.tag_SequenceOf, bytes);
return derout.toByteArray();
} catch (IOException ioe) {
CertificateEncodingException ce = new CertificateEncodingException
("IOException encoding PkiPath data: " + ioe);
ce.initCause(ioe);