Uses of Class
org.bouncycastle.cms.CMSTypedStream
Packages that use CMSTypedStream
-
Uses of CMSTypedStream in org.bouncycastle.cms
Subclasses of CMSTypedStream in org.bouncycastle.cmsMethods in org.bouncycastle.cms that return CMSTypedStreamModifier and TypeMethodDescriptionCMSCompressedDataParser.getContent(InputExpanderProvider expanderProvider) Return a typed stream which will allow the reading of the compressed content in expanded form.CMSCompressedData.getContentStream(InputExpanderProvider expanderProvider) CMSEncryptedData.getContentStream(InputDecryptorProvider inputDecryptorProvider) 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.CMSSignedDataParser.getSignedContent()Constructors in org.bouncycastle.cms with parameters of type CMSTypedStreamModifierConstructorDescriptionCMSSignedDataParser(DigestCalculatorProvider digestCalculatorProvider, CMSTypedStream signedContent, byte[] sigBlock) CMSSignedDataParser(DigestCalculatorProvider digestCalculatorProvider, CMSTypedStream signedContent, InputStream sigData) base constructor