class Akenti::Cipher


Inheritance:


Public Methods

[more] Cipher (CipherImpl* impl = NULL)
[more] ~Cipher ()
Destroys this cipher
[more]static bool isAlgSupported (const string& alg)
Returns true if alg is supported.
[more]static Cipher getInstance (const string& alg)
[more]static Cipher getNullCipher ()


Documentation

DES-EDE, DES-ECB, DES-CBC

o Cipher(CipherImpl* impl = NULL)

o ~Cipher()
Destroys this cipher

ostatic bool isAlgSupported(const string& alg)
Returns true if alg is supported.

Note: Assumes loadCiphers has been called.

See Also:
loadCiphers()

ostatic Cipher getInstance(const string& alg)

ostatic Cipher getNullCipher()


This class has no child classes.
Author:
Abdelilah Essiari
See Also:
Key

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.