| Package | Description |
|---|---|
| org.bouncycastle.cms |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CMSTypedData |
| Modifier and Type | Class and Description |
|---|---|
class |
CMSAbsentContent
a class representing null or absent content.
|
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.
|
class |
PKCS7ProcessableObject |
| Modifier and Type | Method and Description |
|---|---|
CMSProcessable |
CMSDigestedData.getDigestedContent()
Return the digested content
|
| Constructor and Description |
|---|
CMSSignedData(CMSProcessable signedContent,
byte[] sigBlock) |
CMSSignedData(CMSProcessable signedContent,
ContentInfo sigData) |
CMSSignedData(CMSProcessable signedContent,
InputStream sigData)
base constructor - content with detached signature.
|
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.