class Key

Encryption key object for the Joomla Platform.

Properties

string $private
string $public

Methods

__construct( string $type, string $private = null, string $public = null)

Constructor.

mixed
__get( string $name)

Magic method to return some protected property values.

Details

__construct( string $type, string $private = null, string $public = null)

Constructor.

Parameters

string $type The key type.
string $private The private key.
string $public The public key.

mixed __get( string $name)

Magic method to return some protected property values.

Parameters

string $name The name of the property to return.

Return Value

mixed