Exemplo n.º 1
0
 public CMSDigestedData(InputStream compressedData) throws CMSException {
   this(CMSUtils.readContentInfo(compressedData));
 }
Exemplo n.º 2
0
 public CMSAuthEnvelopedData(InputStream authEnvData) throws CMSException {
   this(CMSUtils.readContentInfo(authEnvData));
 }