#include <seckey.h>
Public Types | |
typedef BlockCipher | Encryption |
implements the BlockCipher interface | |
typedef BlockCipher | Decryption |
implements the BlockCipher interface |
Each class derived from this one defines two types, Encryption and Decryption, both of which implement the BlockCipher interface.
Definition at line 188 of file seckey.h.