Introduction - If you have any usage issues, please Google them yourself
most likely the SignedData object is wrapped into a ContentInfo which has to
be removed before accessing the SignedData please see
demo.pkcs.TestContentInfo,
method getSignedData(Stream) for a sample.