Backend class
Represents the backend library used for the encryption scheme.
Supported backends:
- Simple Encrypted Arithmetic Library (SEAL), Microsoft Research
Constructors
- Backend()
- Initializes an unspecified backend.
- Backend.set(String fromName)
- Initializes a backend using the provided name.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited