Uses of Class
org.bouncycastle.asn1.cms.RecipientEncryptedKey
-
Packages that use RecipientEncryptedKey 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). -
-
Uses of RecipientEncryptedKey in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return RecipientEncryptedKey Modifier and Type Method Description static RecipientEncryptedKey
RecipientEncryptedKey. getInstance(java.lang.Object obj)
Return a RecipientEncryptedKey object from the given object.static RecipientEncryptedKey
RecipientEncryptedKey. getInstance(ASN1TaggedObject obj, boolean explicit)
Return an RecipientEncryptedKey object from a tagged object.
-