Jose\Object\RecipientInterface::createRecipient PHP Method

createRecipient() public static method

public static createRecipient ( Jose\Object\JWKInterface $recipient_key, array $headers = [] ) : Recipient
$recipient_key Jose\Object\JWKInterface
$headers array
return Recipient
    public static function createRecipient(JWKInterface $recipient_key, array $headers = []);