Class to hold the Akenti server credentials which are used to sign cache and capability credentials
![]() | ~ServerContext () destructor |
![]() | getPrivateKey () const |
![]() | getCertificate () const |
![]() | areCredentialsLoaded () const |
![]() | initPrivateKeyFromFile (const string& fileType, const string& fileName) Reads the file given by fileName and initializes the private key |
![]() | initCertificateFromFile (const string& fileType, const string& fileName) Reads in a certificate from a file |
![]() | getServerContext () static method to return the single ServerContext that is statically created |
![]() | isServerContextSet () |
Class to hold the Akenti server credentials which are used to sign cache and capability credentials. One such object is statically created.
const PrivateKey& getPrivateKey() const
const Certificate& getCertificate() const
bool areCredentialsLoaded() const
void initPrivateKeyFromFile(const string& fileType, const string& fileName)
fileName - - absolute pathname of the file containing the
private key
void initCertificateFromFile(const string& fileType, const string& fileName)
fileName - - absolute pathname of the file containing the
certificate
static ServerContext& getServerContext()
static bool isServerContextSet()
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de