Am 09.11.2016 um 22:55 schrieb Tilman Hausherr:
I'll work on that one when I have more time.
I've added code. RandomAccessFile raf = new RandomAccessFile(signedFile, "rw"); raf.seek(offset); raf.write(Hex.getBytes(cmsSignature)); raf.close(); offset is signature.getByteRange()[1] + 1; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

