Uses of Interface
org.bouncycastle.cms.CMSProcessable
| Package | Description |
|---|---|
| org.bouncycastle.cms |
-
Uses of CMSProcessable in org.bouncycastle.cms
Subinterfaces of CMSProcessable in org.bouncycastle.cms Modifier and Type Interface Description interfaceCMSTypedDataClasses in org.bouncycastle.cms that implement CMSProcessable Modifier and Type Class Description classCMSAbsentContenta class representing null or absent content.classCMSProcessableByteArraya holding class for a byte array of data to be processed.Methods in org.bouncycastle.cms with parameters of type CMSProcessable Modifier and Type Method Description CMSSignedDataCMSSignedDataGenerator. generate(String eContentType, CMSProcessable content, boolean encapsulate, String sigProvider)Deprecated.use generate(CMSTypedData, boolean)CMSSignedDataCMSSignedDataGenerator. generate(String eContentType, CMSProcessable content, boolean encapsulate, String sigProvider, boolean addDefaultAttributes)Deprecated.use generate(CMSTypedData, boolean)CMSSignedDataCMSSignedDataGenerator. generate(String eContentType, CMSProcessable content, boolean encapsulate, Provider sigProvider)Deprecated.use generate(CMSTypedData, boolean)CMSSignedDataCMSSignedDataGenerator. generate(String eContentType, CMSProcessable content, boolean encapsulate, Provider sigProvider, boolean addDefaultAttributes)Deprecated.use setDirectSignature() on SignerInformationGenerator.CMSSignedDataCMSSignedDataGenerator. generate(CMSProcessable content, boolean encapsulate, String sigProvider)Deprecated.use generate(CMSTypedData, boolean)CMSSignedDataCMSSignedDataGenerator. generate(CMSProcessable content, boolean encapsulate, Provider sigProvider)Deprecated.use generate(CMSTypedData, boolean)CMSSignedDataCMSSignedDataGenerator. generate(CMSProcessable content, String sigProvider)Deprecated.use generate() method not taking provider.CMSSignedDataCMSSignedDataGenerator. generate(CMSProcessable content, Provider sigProvider)Deprecated.use generate() method not taking provider.Constructors in org.bouncycastle.cms with parameters of type CMSProcessable Constructor Description CMSSignedData(CMSProcessable signedContent, byte[] sigBlock)CMSSignedData(CMSProcessable signedContent, InputStream sigData)base constructor - content with detached signature.CMSSignedData(CMSProcessable signedContent, ContentInfo sigData)