Package | Description |
---|---|
old.org.bouncycastle.cms | |
old.org.bouncycastle.mail.smime |
Modifier and Type | Interface and Description |
---|---|
interface |
CMSTypedData |
Modifier and Type | Class and Description |
---|---|
class |
CMSAbsentContent
a holding class for a byte array of data to be processed.
|
class |
CMSProcessableByteArray
a holding class for a byte array of data to be processed.
|
class |
CMSProcessableFile
a holding class for a file of data to be processed.
|
Modifier and Type | Method and Description |
---|---|
CMSProcessable |
CMSSignedData.getSignedContent() |
Modifier and Type | Method and Description |
---|---|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
boolean encapsulate,
Provider sigProvider)
Deprecated.
use generate(CMSTypedData, boolean)
|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
boolean encapsulate,
String sigProvider)
Deprecated.
use generate(CMSTypedData, boolean)
|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
Provider sigProvider)
generate a signed object that for a CMS Signed Data
object using the given provider.
|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSProcessable content,
String sigProvider)
generate a signed object that for a CMS Signed Data
object using the given provider.
|
CMSCompressedData |
CMSCompressedDataGenerator.generate(CMSProcessable content,
String compressionOID)
Deprecated.
use generate(CMSTypedData, OutputCompressor)
|
CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSProcessable content,
String encryptionOID,
int keySize,
Provider provider)
Deprecated.
use OutputEncryptor method.
|
CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSProcessable content,
String encryptionOID,
int keySize,
String provider)
Deprecated.
use OutputEncryptor method.
|
CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSProcessable content,
String encryptionOID,
Provider provider)
Deprecated.
use OutputEncryptor method.
|
CMSAuthenticatedData |
CMSAuthenticatedDataGenerator.generate(CMSProcessable content,
String encryptionOID,
Provider provider)
Deprecated.
use addRecipientInfoGenerator method..
|
CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSProcessable content,
String encryptionOID,
String provider)
Deprecated.
use OutputEncryptor method.
|
CMSAuthenticatedData |
CMSAuthenticatedDataGenerator.generate(CMSProcessable content,
String macOID,
String provider)
Deprecated.
use addRecipientInfoGenerator method.
|
CMSSignedData |
CMSSignedDataGenerator.generate(String eContentType,
CMSProcessable content,
boolean encapsulate,
Provider sigProvider)
Deprecated.
use generate(CMSTypedData, boolean)
|
CMSSignedData |
CMSSignedDataGenerator.generate(String eContentType,
CMSProcessable content,
boolean encapsulate,
Provider sigProvider,
boolean addDefaultAttributes)
Similar method to the other generate methods.
|
CMSSignedData |
CMSSignedDataGenerator.generate(String eContentType,
CMSProcessable content,
boolean encapsulate,
String sigProvider)
Deprecated.
use generate(CMSTypedData, boolean)
|
CMSSignedData |
CMSSignedDataGenerator.generate(String eContentType,
CMSProcessable content,
boolean encapsulate,
String sigProvider,
boolean addDefaultAttributes)
Deprecated.
use generate(CMSTypedData, boolean)
|
Constructor and Description |
---|
CMSSignedData(CMSProcessable signedContent,
byte[] sigBlock) |
CMSSignedData(CMSProcessable signedContent,
ContentInfo sigData) |
CMSSignedData(CMSProcessable signedContent,
InputStream sigData)
base constructor - content with detached signature.
|
Modifier and Type | Class and Description |
---|---|
class |
CMSProcessableBodyPart
a holding class for a BodyPart to be processed.
|
class |
CMSProcessableBodyPartInbound
a holding class for a BodyPart to be processed which does CRLF canonicalisation if
dealing with non-binary data.
|
class |
CMSProcessableBodyPartOutbound
a holding class for a BodyPart to be processed which does CRLF canocicalisation if
dealing with non-binary data.
|
Copyright © 2015. All rights reserved.