public class PKCS7TypedStream extends CMSTypedStream
_in
Constructor and Description |
---|
PKCS7TypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid,
org.bouncycastle.asn1.ASN1Encodable encodable) |
Modifier and Type | Method and Description |
---|---|
void |
drain() |
org.bouncycastle.asn1.ASN1Encodable |
getContent() |
InputStream |
getContentStream() |
getContentType
public PKCS7TypedStream(org.bouncycastle.asn1.ASN1ObjectIdentifier oid, org.bouncycastle.asn1.ASN1Encodable encodable) throws IOException
IOException
public org.bouncycastle.asn1.ASN1Encodable getContent()
public InputStream getContentStream()
getContentStream
in class CMSTypedStream
public void drain() throws IOException
drain
in class CMSTypedStream
IOException
Copyright © 2017 BouncyCastle.org. All rights reserved.