setParam("role","1");
setParam("alg",passport.getCryptAlg());
setParam("mode",passport.getCryptMode());
setParam("compfunc","0"); // TODO: spaeter kompression implementieren
byte[][] crypteds=passport.encrypt(getPlainString());
String msgPath=msg.getPath();
String dialogid=msg.getValueOfDE(msgPath+".MsgHead.dialogid");
String msgnum=msg.getValueOfDE(msgPath+".MsgHead.msgnum");
String segnum=msg.getValueOfDE(msgPath+".MsgTail.SegHead.seq");