# Functions
Decrypt takes a given JWE token and decrypts it by means of the Inverse Transparency E2EE.
Encrypt encrypts a given SingedLog for the specified set of receivers in the name of the passed sender.
GenerateAuthenticatedUser generates a random AuthenticatedUser.
GenerateAuthenticatedUserById generates a random AuthenticatedUser with the given identity.
GenerateRemoteUser generates a random RemoteUser.
ImportAuthenticatedUser imports a user based on its certificates and keys.
ImportRemoteUser imports a user based on its public certificates.
# Structs
AuthenticatedUser represents an authenticated user, which has access to all private and public keys.
RemoteUser represents a remote User, which has access to the certificates of the user.
# Type aliases
No description provided by the author