class
OpenSSLCipherImpl
Inheritance:
Public Methods
OpenSSLCipherImpl
(const string&
alg
)
~OpenSSLCipherImpl
()
Inherited from
CipherImpl
:
Public Methods
void
encryptInit
(const
SecretKey
& key_arg)
string
update
(const string& data)
string
update
(const string& data, int offset, int len)
string
doFinal
()
Protected Methods
virtual void
resetEngine
()
virtual string
doUpdate
(const string& data, int offset, int len)
virtual string
doDoFinal
()
Documentation
OpenSSLCipherImpl(const string&
alg
)
~OpenSSLCipherImpl()
This class has no child classes.
Author:
Abdelilah Essiari
See Also:
CipherImpl
Cipher
Alphabetic index
HTML hierarchy of classes
or
Java
This page was generated with the help of
DOC++
.