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