dcrypto v1.2.1 (2014-10-09T01:29:04Z)
Dub
Repo
EVPEncryptDecryptBase
dcrypto
evp
Undocumented in source.
class
EVPEncryptDecryptBase {
this
();
this
(Key key);
protected
EVP_CIPHER_CTX
_context
;
void
init
(Key key, EVP_CIPHER* algorithm);
void
init
(Key key);
}
Constructors
this
this
()
Undocumented in source.
this
this
(Key key)
Undocumented in source.
Members
Functions
init
void
init
(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void
init
(Key key, EVP_CIPHER* algorithm)
Undocumented in source.
Variables
_context
EVP_CIPHER_CTX
_context
;
Undocumented in source.
Meta
Source
See Implementation
dcrypto
evp
classes
EVPDecryptor
EVPEncryptDecryptBase
EVPEncryptor