Uses of Interface
org.bouncycastle.cms.CMSTypedData
Packages that use CMSTypedData
-
Uses of CMSTypedData in org.bouncycastle.cert.cmp
Classes in org.bouncycastle.cert.cmp that implement CMSTypedDataModifier and TypeClassDescriptionclassCarrier class for a CMPCertificate over CMS. -
Uses of CMSTypedData in org.bouncycastle.cms
Classes in org.bouncycastle.cms that implement CMSTypedDataModifier and TypeClassDescriptionclassa class representing null or absent content.classa holding class for a byte array of data to be processed.classa holding class for a file of data to be processed.classMethods in org.bouncycastle.cms that return CMSTypedDataMethods in org.bouncycastle.cms with parameters of type CMSTypedDataModifier and TypeMethodDescriptionCMSAuthenticatedDataGenerator.generate(CMSTypedData typedData, MacCalculator macCalculator) Generate an authenticated data object from the passed in typedData and MacCalculator.CMSAuthenticatedDataGenerator.generate(CMSTypedData typedData, MacCalculator macCalculator, DigestCalculator digestCalculator) Generate an authenticated data object from the passed in typedData and MacCalculator.CMSAuthEnvelopedDataGenerator.generate(CMSTypedData content, OutputAEADEncryptor contentEncryptor) generate an auth-enveloped object that contains an CMS Enveloped Data object using the given provider.CMSCompressedDataGenerator.generate(CMSTypedData content, OutputCompressor compressor) generate an object that contains an CMS Compressed DataCMSEncryptedDataGenerator.generate(CMSTypedData content, OutputEncryptor contentEncryptor) generate an encrypted object that contains an CMS Encrypted Data structure.CMSEnvelopedDataGenerator.generate(CMSTypedData content, OutputEncryptor contentEncryptor) generate an enveloped object that contains an CMS Enveloped Data object using the given provider.CMSSignedDataGenerator.generate(CMSTypedData content) Generate a CMS Signed Data object carrying a detached CMS signature.CMSSignedDataGenerator.generate(CMSTypedData content, boolean encapsulate) Generate a CMS Signed Data object which can be carrying a detached CMS signature, or have encapsulated data, depending on the value of the encapsulated parameter.