Key
Encryption key object for the Joomla Framework.
since |
1.0 |
---|---|
package |
Joomla Framework |
Methods
__construct
Constructor.
__construct(string type, string private, string public) : mixed
since |
1.0 |
---|
Arguments
- type
string
The key type.- private
string
The private key.- public
string
The public key.
Response
mixed
getPrivate
Retrieve the private key
getPrivate() : string
since |
2.0.0 |
---|
Response
string
getPublic
Retrieve the public key
getPublic() : string
since |
2.0.0 |
---|
Response
string
getType
Retrieve the key type
getType() : string
since |
2.0.0 |
---|
Response
string
Properties
private
The private key.
since |
1.0 |
---|
Type(s)
string
public
The public key.
since |
1.0 |
---|
Type(s)
string
type
The key type.
since |
1.0 |
---|
Type(s)
string