Package | Description |
---|---|
old.org.bouncycastle.cms |
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 |
---|---|
CMSSignedData |
CMSSignedDataGenerator.generate(CMSTypedData content) |
CMSSignedData |
CMSSignedDataGenerator.generate(CMSTypedData content,
boolean encapsulate) |
CMSAuthenticatedData |
CMSAuthenticatedDataGenerator.generate(CMSTypedData typedData,
MacCalculator macCalculator)
Generate an authenticated data object from the passed in typedData and MacCalculator.
|
CMSAuthenticatedData |
CMSAuthenticatedDataGenerator.generate(CMSTypedData typedData,
MacCalculator macCalculator,
DigestCalculator digestCalculator)
Generate an authenticated data object from the passed in typedData and MacCalculator.
|
CMSCompressedData |
CMSCompressedDataGenerator.generate(CMSTypedData content,
OutputCompressor compressor)
generate an object that contains an CMS Compressed Data
|
CMSEnvelopedData |
CMSEnvelopedDataGenerator.generate(CMSTypedData content,
OutputEncryptor contentEncryptor)
generate an enveloped object that contains an CMS Enveloped Data
object using the given provider.
|
Copyright © 2015. All rights reserved.