public class CMSContentInfoParser
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected org.bouncycastle.asn1.cms.ContentInfoParser |
_contentInfo |
protected java.io.InputStream |
_data |
| Modifier | Constructor and Description |
|---|---|
protected |
CMSContentInfoParser(java.io.InputStream data) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the underlying data stream.
|
boolean |
isBEREncoded()
Return true if the outer ContentInfo SEQUENCE of the stream used the
indefinite-length (BER) method, false if it carried a definite length
(DL/DER).
|
protected org.bouncycastle.asn1.cms.ContentInfoParser _contentInfo
protected java.io.InputStream _data
protected CMSContentInfoParser(java.io.InputStream data)
throws CMSException
CMSExceptionpublic boolean isBEREncoded()
public void close()
throws java.io.IOException
java.io.IOException - if the close fails.