示例#1
0
 public CMSDigestedData(InputStream compressedData) throws CMSException {
   this(CMSUtils.readContentInfo(compressedData));
 }
 public CMSAuthEnvelopedData(InputStream authEnvData) throws CMSException {
   this(CMSUtils.readContentInfo(authEnvData));
 }