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