Key

Encryption key object for the Joomla Framework.

since

1.0

package

Joomla Framework

Methods

__construct

Constructor.

__construct( type,  private,  public) : 
since

1.0

Arguments

type

stringThe key type.

private

stringThe private key.

public

stringThe public key.

Response

mixed

getPrivate

Retrieve the private key

getPrivate() : 
since

2.0.0

Response

string

getPublic

Retrieve the public key

getPublic() : 
since

2.0.0

Response

string

getType

Retrieve the key type

getType() : 
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