Package | Description |
---|---|
org.bouncycastle.cms |
Modifier and Type | Method and 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() |
Constructor and Description |
---|
CMSSignedDataParser(DigestCalculatorProvider digestCalculatorProvider,
CMSTypedStream signedContent,
byte[] sigBlock) |
CMSSignedDataParser(DigestCalculatorProvider digestCalculatorProvider,
CMSTypedStream signedContent,
java.io.InputStream sigData)
base constructor
|