Uses of Class
org.bouncycastle.asn1.cms.AuthEnvelopedData
Packages that use AuthEnvelopedData
Package
Description
Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).
-
Uses of AuthEnvelopedData in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return AuthEnvelopedDataModifier and TypeMethodDescriptionstatic AuthEnvelopedDataAuthEnvelopedData.getInstance(Object obj) Return an AuthEnvelopedData object from the given object.static AuthEnvelopedDataAuthEnvelopedData.getInstance(ASN1TaggedObject obj, boolean explicit) Return an AuthEnvelopedData object from a tagged object.