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