I want to use the JSS library just to parse the CMS package into the specific structures that are provided by JSS. I can get the signedData, then I call signedData.getContentInfo(), which gives me the encapsulatedContentInfo populated structure and this works fine.
The problem: The encapsulatedContentInfo now contains a id-ct-KP-encryptedKeyPkg. How do I proceed with my parsing from here? The encapsulatedContentInfo.getContent() returns an OCTET_STRING but I dont know what to do with it from here. Can you provide some code examples in Java for me? -- dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto