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