VICI
0.11.815
Visual Chart Interpreter
|
A stub version of the Secure module. More...
#include <vici/libifstubs.h>
Public Member Functions | |
virtual bool | verifySignature (csr filename) |
check to ensure we are allowed to open this file More... | |
virtual void | addSignature (csr filename) |
sign this file with the user's key More... | |
Public Member Functions inherited from VICI::Sec::Secure | |
virtual | ~Secure () |
virtual destructor | |
A stub version of the Secure module.
|
virtual |
sign this file with the user's key
filename | add a signature to the script. |
Implements VICI::Sec::Secure.
|
virtual |
check to ensure we are allowed to open this file
filename | the script to verify |
Implements VICI::Sec::Secure.