JCryptKey::__construct
Constructor.
Signature
public function __construct(string
$type,
[string
$private = null,
[string
$public = null]] )
Parameters
-
$type
- The key type.
-
$private
- The private key.
-
$public
- The public key.