VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::stub::SecureStub Class Reference

A stub version of the Secure module. More...

#include <vici/libifstubs.h>

Inheritance diagram for VICI::stub::SecureStub:
VICI::Sec::Secure

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
 

Detailed Description

A stub version of the Secure module.

Member Function Documentation

void SecureStub::addSignature ( csr  filename)
virtual

sign this file with the user's key

Parameters
filenameadd a signature to the script.

Implements VICI::Sec::Secure.

bool SecureStub::verifySignature ( csr  filename)
virtual

check to ensure we are allowed to open this file

Parameters
filenamethe script to verify
Returns
true if the signature is valid

Implements VICI::Sec::Secure.


The documentation for this class was generated from the following files: