SecurityCryptInterpreter class abstract

Because of the license for the source files, you should try to hide and encrypt the files, so that they cannot get stolen. if you have encrypted the source files you can use this interface to directly decrypt it inside the GermaNet source code (at a safe place). You can do that by creating a class that implements SecurityCryptInterpreter and that contains a method where you decrypt the source to readable text. Please note: Renaming the files names is NOT useful (it won't work)

Constructors

SecurityCryptInterpreter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decryptSource(Uint8List source) String
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