public class CMSTypedStream extends Object
Constructor and Description |
---|
CMSTypedStream(ASN1ObjectIdentifier oid,
InputStream in) |
CMSTypedStream(ASN1ObjectIdentifier oid,
InputStream in,
int bufSize) |
CMSTypedStream(InputStream in) |
CMSTypedStream(String oid,
InputStream in) |
CMSTypedStream(String oid,
InputStream in,
int bufSize) |
Modifier and Type | Method and Description |
---|---|
void |
drain() |
InputStream |
getContentStream() |
ASN1ObjectIdentifier |
getContentType() |
public CMSTypedStream(InputStream in)
public CMSTypedStream(String oid, InputStream in)
public CMSTypedStream(String oid, InputStream in, int bufSize)
public CMSTypedStream(ASN1ObjectIdentifier oid, InputStream in)
public CMSTypedStream(ASN1ObjectIdentifier oid, InputStream in, int bufSize)
public ASN1ObjectIdentifier getContentType()
public InputStream getContentStream()
public void drain() throws IOException
IOException
Copyright © 2015. All rights reserved.