Uses of Class
org.bouncycastle.cms.CMSTypedStream
-
Packages that use CMSTypedStream Package Description org.bouncycastle.cms A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369). -
-
Uses of CMSTypedStream in org.bouncycastle.cms
Subclasses of CMSTypedStream in org.bouncycastle.cms Modifier and Type Class Description class
PKCS7TypedStream
Methods in org.bouncycastle.cms that return CMSTypedStream Modifier and Type Method Description CMSTypedStream
CMSCompressedDataParser. getContent(InputExpanderProvider expanderProvider)
Return a typed stream which will allow the reading of the compressed content in expanded form.CMSTypedStream
CMSEncryptedData. getContentStream(InputDecryptorProvider inputDecryptorProvider)
CMSTypedStream
RecipientInformation. getContentStream(Recipient recipient)
Return a CMSTypedStream representing the content in the EnvelopedData after recovering the content encryption/MAC key using the passed in Recipient.CMSTypedStream
CMSSignedDataParser. getSignedContent()
Constructors in org.bouncycastle.cms with parameters of type CMSTypedStream Constructor Description CMSSignedDataParser(DigestCalculatorProvider digestCalculatorProvider, CMSTypedStream signedContent, byte[] sigBlock)
CMSSignedDataParser(DigestCalculatorProvider digestCalculatorProvider, CMSTypedStream signedContent, InputStream sigData)
base constructor
-