| Package | Description |
|---|---|
| org.bouncycastle.cms |
| Modifier and Type | Class and Description |
|---|---|
class |
PKCS7TypedStream |
| 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,
InputStream sigData)
base constructor
|
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.