Method CryptTable():new() Professional

Creates an instance of the CryptTable class.

Syntax
CryptTable():new([<oCryptProvider>], [<oKey>]) --> oCryptTable
Parameters
<oCryptProvider>
An instance of a class derived from CryptProvider, such as AesCrypt(). Per default, the method will create an AesCrypt()-instance using <oKey> and CRYPT_OP_CTS.
<oKey>
An instance of a class derived from SecureKey(). If <oCryptProvider> is passed, this parameter is ignored.
Return

The class method :new() returns an CryptTable object.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.