Package | Description |
---|---|
old.org.bouncycastle.cms | |
old.org.bouncycastle.mail.smime |
Modifier and Type | Method and Description |
---|---|
CMSTypedStream |
CMSCompressedDataParser.getContent()
Deprecated.
use getContent(InputExpandedProvider)
|
CMSTypedStream |
CMSCompressedDataParser.getContent(InputExpanderProvider expanderProvider)
Return a typed stream which will allow the reading of the compressed content in
expanded form.
|
protected CMSTypedStream |
RecipientInformation.getContentFromSessionKey(Key sKey,
Provider provider) |
abstract CMSTypedStream |
RecipientInformation.getContentStream(Key key,
Provider provider)
Deprecated.
use getContentStream(Recipient) method
|
CMSTypedStream |
PasswordRecipientInformation.getContentStream(Key key,
Provider prov)
Deprecated.
use getContentStream(Recipient)
|
CMSTypedStream |
KeyTransRecipientInformation.getContentStream(Key key,
Provider prov)
Deprecated.
use getContentStream(Recipient) method
|
CMSTypedStream |
KeyAgreeRecipientInformation.getContentStream(Key key,
Provider prov)
Deprecated.
use getContentStream(Recipient) method
|
CMSTypedStream |
KEKRecipientInformation.getContentStream(Key key,
Provider prov)
decrypt the content and return an input stream.
|
CMSTypedStream |
RecipientInformation.getContentStream(Key key,
String provider)
Deprecated.
use getContentStream(Recipient) method
|
CMSTypedStream |
PasswordRecipientInformation.getContentStream(Key key,
String prov)
Deprecated.
use getContentStream(Recipient)
|
CMSTypedStream |
KeyTransRecipientInformation.getContentStream(Key key,
String prov)
Deprecated.
use getContentStream(Recipient) method
|
CMSTypedStream |
KeyAgreeRecipientInformation.getContentStream(Key key,
String prov)
Deprecated.
use getContentStream(Recipient) method
|
CMSTypedStream |
KEKRecipientInformation.getContentStream(Key key,
String prov)
decrypt the content and return an input stream.
|
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(CMSTypedStream signedContent,
byte[] sigBlock) |
CMSSignedDataParser(CMSTypedStream signedContent,
InputStream sigData)
base constructor
|
Modifier and Type | Method and Description |
---|---|
static FileBackedMimeBodyPart |
SMIMEUtil.toMimeBodyPart(CMSTypedStream content)
return a file backed MimeBodyPart described in
CMSTypedStream content. |
static FileBackedMimeBodyPart |
SMIMEUtil.toMimeBodyPart(CMSTypedStream content,
File file)
Return a file based MimeBodyPart represented by content and backed
by the file represented by file.
|
Copyright © 2015. All rights reserved.