Uses of Class
org.bouncycastle.asn1.cms.RecipientKeyIdentifier
-
Packages that use RecipientKeyIdentifier Package Description org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).org.bouncycastle.asn1.smime Support classes useful for encoding and supporting S/MIME. -
-
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(org.bouncycastle.asn1.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)
-