class Akenti::CipherImpl


Inheritance:


Public Methods

[more]virtual ~CipherImpl ()
Destroys this cipher
[more]void encryptInit (const SecretKey& key_arg)
[more]string update (const string& data)
[more]string update (const string& data, int offset, int len)
[more]string doFinal ()

Protected Methods

[more]virtual void resetEngine ()
[more]virtual string doUpdate (const string& data, int offset, int len)
[more]virtual string doDoFinal ()
[more] CipherImpl (const string& alg)


Documentation

ovirtual ~CipherImpl()
Destroys this cipher

ovoid encryptInit(const SecretKey& key_arg)

ostring update(const string& data)

ostring update(const string& data, int offset, int len)

ostring doFinal()

ovirtual void resetEngine()

ovirtual string doUpdate(const string& data, int offset, int len)

ovirtual string doDoFinal()

o CipherImpl(const string& alg)


Direct child classes:
OpenSSLCipherImpl
Friends:
class Cipher
Author:
Abdelilah Essiari
See Also:
SecretKey
Cipher

Alphabetic index HTML hierarchy of classes or Java



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