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