Uses of Class
org.bouncycastle.cms.CMSEnvelopedData
-
Packages that use CMSEnvelopedData Package Description org.bouncycastle.cert.crmf Basic support package for handling and creating CRMF (RFC 4211) certificate request messages.org.bouncycastle.cms A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369). -
-
Uses of CMSEnvelopedData in org.bouncycastle.cert.crmf
Methods in org.bouncycastle.cert.crmf that return CMSEnvelopedData Modifier and Type Method Description CMSEnvelopedData
PKIArchiveControl. getEnvelopedData()
Return the enveloped data structure contained in this control. -
Uses of CMSEnvelopedData in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return CMSEnvelopedData Modifier and Type Method Description CMSEnvelopedData
CMSEnvelopedDataGenerator. generate(CMSTypedData content, OutputEncryptor contentEncryptor)
generate an enveloped object that contains an CMS Enveloped Data object using the given provider.
-