99100101102103104105
private Set signerInfos; public PKCS7SignedData(InputStream in) throws CRLException, CertificateException, IOException { this(new BERReader(in)); }