◆ 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 $key, AsymmetricKey\$one, $temp, et elseif.
◆ savePrivateKey()
static savePrivateKey |
( |
BigInteger |
$n, |
|
|
BigInteger |
$e, |
|
|
BigInteger |
$d, |
|
|
array |
$primes, |
|
|
array |
$exponents, |
|
|
array |
$coefficients, |
|
|
|
$password = '' , |
|
|
array |
$options = [] |
|
) |
| |
|
static |
Convert a private key to the appropriate format.
public
- Paramètres
-
\phpseclib3\Math\BigInteger | $n | |
\phpseclib3\Math\BigInteger | $e | |
\phpseclib3\Math\BigInteger | $d | |
array | $primes | |
array | $exponents | |
array | $coefficients | |
string | $password | optional |
array | $options | optional |
- Renvoie
- array
Références $n, et $password.
◆ savePublicKey()
Convert a public key to the appropriate format
public
- Paramètres
-
\phpseclib3\Math\BigInteger | $n | |
\phpseclib3\Math\BigInteger | $e | |
- Renvoie
- array
Références $n.
La documentation de cette classe a été générée à partir du fichier suivant :