Class JCryptKey

Description

Encryption key object for the Joomla Platform.

  • property-read: string $type: The key type.
  • since: 12.1

Located in /libraries/joomla/crypt/key.php (line 21)


	
			
Variable Summary
 string $private
 string $public
 string $type
Method Summary
 JCryptKey __construct (string $type, [string $private = null], [string $public = null])
 mixed __get (string $name)
Variables
string $private (line 27)
  • var: The private key.
  • since: 12.1
  • access: public
string $public (line 33)
  • var: The public key.
  • since: 12.1
  • access: public
string $type (line 39)
  • var: The key type.
  • since: 12.1
  • access: protected
Methods
Constructor __construct (line 50)

Constructor.

  • since: 12.1
  • access: public
JCryptKey __construct (string $type, [string $private = null], [string $public = null])
  • string $type: The key type.
  • string $private: The private key.
  • string $public: The public key.
__get (line 69)

Magic method to return some protected property values.

  • since: 12.1
  • access: public
mixed __get (string $name)
  • string $name: The name of the property to return.

Documentation generated on Tue, 19 Nov 2013 15:06:20 +0100 by phpDocumentor 1.4.3