Uses of Class
org.bouncycastle.asn1.cms.KeyAgreeRecipientIdentifier
Packages that use KeyAgreeRecipientIdentifier
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 KeyAgreeRecipientIdentifier in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return KeyAgreeRecipientIdentifierModifier and TypeMethodDescriptionRecipientEncryptedKey.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 KeyAgreeRecipientIdentifierModifierConstructorDescriptionRecipientEncryptedKey
(KeyAgreeRecipientIdentifier id, ASN1OctetString encryptedKey)