Uses of Class
org.bouncycastle.cms.CMSEnvelopedData
Packages that use CMSEnvelopedData
-
Uses of CMSEnvelopedData in org.bouncycastle.cert.crmf
Methods in org.bouncycastle.cert.crmf that return CMSEnvelopedDataModifier and TypeMethodDescriptionCertificateResponse.getEncryptedCertificate()Return a CMSEnvelopedData representing the encrypted certificate contained in the response.PKIArchiveControl.getEnvelopedData()Return the enveloped data structure contained in this control.Methods in org.bouncycastle.cert.crmf with parameters of type CMSEnvelopedDataModifier and TypeMethodDescriptionCertificateResponseBuilder.withCertificate(CMSEnvelopedData encryptedCertificate) Specify the encrypted certificate to assign to this response (in plaintext). -
Uses of CMSEnvelopedData in org.bouncycastle.cms
Methods in org.bouncycastle.cms that return CMSEnvelopedDataModifier and TypeMethodDescriptionCMSEnvelopedDataGenerator.generate(CMSTypedData content, OutputEncryptor contentEncryptor) generate an enveloped object that contains an CMS Enveloped Data object using the given provider.