FARGOS/VISTA Object Management Environment Core  ..
FARGOS/VISTA Object Management Environment Core Table of Contents
pkRoutines.cpp File Reference
#include <sys/types.h>
#include <netinet/in.h>
#include <unistd.h>
#include <fcntl.h>
#include <sha1.h>
#include <ec_crypt.h>
#include <md5global.h>
#include <md5.h>
#include <stdlib.h>
#include <time.h>
#include <OMEstring.h>
#include <OMEcrypto.h>

Functions

OMEstringOMEmakeRandomKey (int32_t desiredBits)
 Generate a random sequence of bits. More...
 
OMEstringOMEmakeSHA1hash (const OMEstring &message)
 Compute Secure Hash Algorithm 1 over an OMEstring. More...
 
OMEstringOMEmakeMD5hash (const OMEstring &message)
 Compute Message Digest 5 over an OMEstring. More...
 
OMEstringOMEmakePrivateKey (const OMEstring &secretPhrase)
 
OMEstringOMEmakePublicKey (const OMEstring &privateKey)
 
OMEstringOMEmakeSessionKeyFromPublicKey (const OMEstring &publicKey, OMEstring &randomDataInSessionKeyOut)
 
OMEstringOMEdecryptSessionKeyWithPrivateKey (const OMEstring &privateKey, const OMEstring &data)
 
Generated: Tue Jul 28 2020 16:03:26
Support Information