* Currently the only exception is PKCS#1-10, where an extra
* round of hashing must be executed before applying the
* signature process */
String hashdata=collectHashData(0,0);
byte[] hashresult=mainPassport.hash(hashdata.getBytes(Comm.ENCODING));
ret=mainPassport.verify(hashresult, sigstring.getBytes(Comm.ENCODING));
} catch (Exception e) {
ret=false;
}
} else {
HBCIUtils.log("message has no signature",HBCIUtils.LOG_WARN);