Key
Encryption key object for the Joomla Platform.
| property-read string |
The key type. |
|---|---|
| since |
3.0.0 |
| package |
Joomla CMS |
Methods
__construct
Constructor.
__construct(string type, string private = null, string public = null) : mixed
| since |
3.0.0 |
|---|
Arguments
- type
stringThe key type.- private
stringThe private key.- public
stringThe public key.
Response
mixed
__get
Magic method to return some protected property values.
__get(string name) : mixed
| since |
3.0.0 |
|---|
Arguments
- name
stringThe name of the property to return.
Response
mixed
Properties
private
The private key.
| since |
3.0.0 |
|---|
Type(s)
string
public
The public key.
| since |
3.0.0 |
|---|
Type(s)
string
type
The key type.
| since |
3.0.0 |
|---|
Type(s)
string
type
The key type.
Type(s)
string