Key

Joomla 框架的加密密钥对象。

1.0

Joomla 框架

方法

__construct

构造函数。

__construct( type,  private,  public) : 

1.0

参数

类型

string密钥类型。

私有

string私钥。

公共

string公钥。

响应

混合

getPrivate

检索私钥

getPrivate() : 

2.0.0

响应

字符串

getPublic

检索公钥

getPublic() : 

2.0.0

响应

字符串

getType

检索密钥类型

getType() : 

2.0.0

响应

字符串

属性

私有

私钥。

1.0

类型(s)

字符串

公共

公钥。

1.0

类型(s)

字符串

类型

密钥类型。

1.0

类型(s)

字符串