SPA_Encrypter
SPA_Encrypter
spa
1998 12-06
CLASS
SPA_Encrypter - C++ encrypter
SYNOPSIS
SPA_Encrypter defines an interface for encryption and decryption.
Derived classes provide an encryption/decryption mechanism through
specification of the functions Encrypt() and Decrypt().
MEMBER FUNCTIONS
virtual GPL_Boolean Encrypt(GPL_Message & message)
Encrypt the message. Return TRUE if the encryption succeeds and
FALSE otherwise. Derived classes should provide their own
version of this method.
virtual GPL_Boolean Decrypt(GPL_Message & message)
Decrypt the message. Return TRUE if the decryption succeeds and
FALSE otherwise. Derived classes should provide their own
version of this method.
SEE ALSO
SPA_BlockEncrypter(3), SPA_ObfuscationEncrypter(3)