◆ load()
static load |
( |
|
$key, |
|
|
|
$password = '' |
|
) |
| |
|
static |
Break a public or private key down into its constituent components
public
- Paramètres
-
string | $key | |
string | $password | optional |
- Renvoie
- array
Références EC\$curve, et $key.
◆ savePrivateKey()
static savePrivateKey |
( |
BigInteger |
$privateKey, |
|
|
MontgomeryCurve |
$curve, |
|
|
array |
$publicKey, |
|
|
|
$password = '' |
|
) |
| |
|
static |
Convert a private key to the appropriate format.
public
- Paramètres
-
\phpseclib3\Math\BigInteger | $privateKey | |
\phpseclib3\Crypt\EC\BaseCurves\Montgomery | $curve | |
| | |
Références $password, et BigInteger\toBytes().
◆ savePublicKey()
static savePublicKey |
( |
MontgomeryCurve |
$curve, |
|
|
array |
$publicKey |
|
) |
| |
|
static |
Convert an EC public key to the appropriate format
public
- Paramètres
-
\phpseclib3\Crypt\EC\BaseCurves\Montgomery | $curve | |
| | |
◆ IS_INVISIBLE
const IS_INVISIBLE = true |
Is invisible flag
private
La documentation de cette classe a été générée à partir du fichier suivant :