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).
|
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 © 2018 BouncyCastle.org. All rights reserved.