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

hashCode int
The hash code for this object.
no setterinherited
name String
The friendly name of the backend.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
The integer value of the backend.
getter/setter pair

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