Uses of Class
org.bouncycastle.asn1.cms.RecipientIdentifier
Packages that use RecipientIdentifier
Package
Description
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 RecipientIdentifierModifier and TypeMethodDescriptionstatic RecipientIdentifier
RecipientIdentifier.getInstance
(Object o) Return a RecipientIdentifier object from the given object.KeyTransRecipientInfo.getRecipientIdentifier()
Constructors in org.bouncycastle.asn1.cms with parameters of type RecipientIdentifierModifierConstructorDescriptionKeyTransRecipientInfo
(RecipientIdentifier rid, AlgorithmIdentifier keyEncryptionAlgorithm, ASN1OctetString encryptedKey)