Свойство | Type | Description | |
---|---|---|---|
$privateKey | |||
$sin |
Méthode | Description | |
---|---|---|
__toString ( ) : string | Returns the compressed public key value | |
createFromPrivateKey ( |
||
generate ( |
Generates an uncompressed and compressed EC public key. | |
getSin ( ) : |
||
isValid ( ) : boolean | Checks to see if the public key is not blank and contains valid decimal and hex valules for this->hex & this->dec | |
setPrivateKey ( |
public __toString ( ) : string | ||
Résultat | string |
public static createFromPrivateKey ( |
||
$private |
public generate ( |
||
$privateKey | ||
Résultat | Bitpay\PublicKey |
public setPrivateKey ( |
||
$privateKey | ||
Résultat | bitpay\KeyInterface |