entity.encryption.encrypter
Encrypter Objects
class Encrypter()
Represents an encryption configuration with various key types and access control.
__init__
def __init__(key, access_control=None) -> None
Creates a new Encrypter instance with a local key, managed key, local certificate or managed certificate.