Uses of Class
org.bouncycastle.asn1.cms.EnvelopedData
-
Packages that use EnvelopedData Package Description org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).org.bouncycastle.asn1.crmf 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 EnvelopedData Modifier and Type Method Description static EnvelopedData
EnvelopedData. getInstance(java.lang.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 Constructor Description EncryptedKey(EnvelopedData envelopedData)
-