Uses of Class
org.bouncycastle.asn1.cms.RecipientKeyIdentifier
-
Packages that use RecipientKeyIdentifier Package Description org.bouncycastle.asn1.cms org.bouncycastle.asn1.smime -
-
Uses of RecipientKeyIdentifier in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return RecipientKeyIdentifier Modifier and Type Method Description static RecipientKeyIdentifier
RecipientKeyIdentifier. getInstance(Object obj)
Return a RecipientKeyIdentifier object from the given object.static RecipientKeyIdentifier
RecipientKeyIdentifier. getInstance(ASN1TaggedObject ato, boolean isExplicit)
Return a RecipientKeyIdentifier object from a tagged object.RecipientKeyIdentifier
KeyAgreeRecipientIdentifier. getRKeyID()
Constructors in org.bouncycastle.asn1.cms with parameters of type RecipientKeyIdentifier Constructor Description KeyAgreeRecipientIdentifier(RecipientKeyIdentifier rKeyID)
-
Uses of RecipientKeyIdentifier in org.bouncycastle.asn1.smime
Constructors in org.bouncycastle.asn1.smime with parameters of type RecipientKeyIdentifier Constructor Description SMIMEEncryptionKeyPreferenceAttribute(RecipientKeyIdentifier rKeyId)
-