Uses of Class
org.bouncycastle.asn1.cms.EnvelopedData
Packages that use EnvelopedData
Package
Description
Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).
Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)."
-
Uses of EnvelopedData in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return EnvelopedDataModifier and TypeMethodDescriptionstatic EnvelopedData
EnvelopedData.getInstance
(Object obj) Return an EnvelopedData object from the given object.static EnvelopedData
EnvelopedData.getInstance
(ASN1TaggedObject obj, boolean explicit) Return an EnvelopedData object from a tagged object. -
Uses of EnvelopedData in org.bouncycastle.asn1.crmf
Constructors in org.bouncycastle.asn1.crmf with parameters of type EnvelopedData