Uses of Class
org.bouncycastle.asn1.cms.PasswordRecipientInfo
-
Packages that use PasswordRecipientInfo 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 PasswordRecipientInfo in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return PasswordRecipientInfo Modifier and Type Method Description static PasswordRecipientInfo
PasswordRecipientInfo. getInstance(Object obj)
Return a PasswordRecipientInfo object from the given object.static PasswordRecipientInfo
PasswordRecipientInfo. getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
Return a PasswordRecipientInfo object from a tagged object.Constructors in org.bouncycastle.asn1.cms with parameters of type PasswordRecipientInfo Constructor Description RecipientInfo(PasswordRecipientInfo info)
-