This document describes the current stable version of Celery (5.4). For development docs, go here.

celery.security.key

Private keys for the security serializer.

class celery.security.key.PrivateKey(key, password=None)[source]

Represents a private key.

sign(data, digest)[source]

Sign string containing data.