{
new ContentInfo(data, keyString),
new ContentInfo(encryptedData, cInfo.getDERObject())
};
AuthenticatedSafe auth = new AuthenticatedSafe(info);
ByteArrayOutputStream bOut = new ByteArrayOutputStream();
BEROutputStream berOut = new BEROutputStream(bOut);
berOut.writeObject(auth);