Uses of Class
org.bouncycastle.asn1.cms.RecipientIdentifier
-
Packages that use RecipientIdentifier 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). -
-
Uses of RecipientIdentifier in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return RecipientIdentifier Modifier and Type Method Description static RecipientIdentifier
RecipientIdentifier. getInstance(Object o)
Return a RecipientIdentifier object from the given object.RecipientIdentifier
KeyTransRecipientInfo. getRecipientIdentifier()
Constructors in org.bouncycastle.asn1.cms with parameters of type RecipientIdentifier Constructor Description KeyTransRecipientInfo(RecipientIdentifier rid, org.bouncycastle.asn1.x509.AlgorithmIdentifier keyEncryptionAlgorithm, org.bouncycastle.asn1.ASN1OctetString encryptedKey)
-