EVPDecryptor

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(Key key)
Undocumented in source.

Members

Functions

decrypt
string decrypt(string input)
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. Be warned that the author may not have intended to support it.

Inherited Members

From EVPEncryptDecryptBase

_context
EVP_CIPHER_CTX _context;
Undocumented in source.
init
void init(Key key, EVP_CIPHER* algorithm)
Undocumented in source.
init
void init(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.

From Decryptor

decrypt
string decrypt(string input)
Undocumented in source.

Meta