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