|
Security Scol plugin
|
Classes providing file-based library services. More...
#include "cryptlib.h"#include "filters.h"#include "argnames.h"#include "smartptr.h"#include <iostream>#include <fstream>Go to the source code of this file.
Classes | |
| class | FileStore |
| Implementation of Store interface. More... | |
| class | FileStore::Err |
| Exception thrown when file-based error is encountered. More... | |
| class | FileStore::OpenErr |
| Exception thrown when file-based open error is encountered. More... | |
| class | FileStore::ReadErr |
| Exception thrown when file-based read error is encountered. More... | |
| class | FileSource |
| Implementation of Store interface. More... | |
| class | FileSink |
| Implementation of Store interface. More... | |
| class | FileSink::Err |
| Exception thrown when file-based error is encountered. More... | |
| class | FileSink::OpenErr |
| Exception thrown when file-based open error is encountered. More... | |
| class | FileSink::WriteErr |
| Exception thrown when file-based write error is encountered. More... | |