EVPEncryptor

Undocumented in source.

Constructors

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

Members

Functions

encrypt
string encrypt(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 Encryptor

encrypt
string encrypt(string input)
Undocumented in source.

Meta