pssht
latest
SSH server library written in PHP
|
Static Public Member Functions | |
static | getHash () |
static | getIdentifier () |
![]() | |
static | getName () |
Return the name of the algorithm. | |
static | unserialize (\fpoirotte\Pssht\Wire\Decoder $decoder, $private=null) |
Additional Inherited Members | |
![]() | |
__construct (\fpoirotte\Pssht\ECC\Point $Q, $d=null) | |
check ($message, $signature) | |
getPublic () | |
getRNG () | |
isValid () | |
serialize (\fpoirotte\Pssht\Wire\Encoder $encoder) | |
setRNG (\fpoirotte\Pssht\Random\RandomInterface $rng) | |
sign ($message, $raw_output=false) | |
![]() | |
sign ($message) | |
![]() | |
$d | |
Private key. | |
$Q | |
Public key. | |
$rng | |
RNG. | |
Public key using the Elliptic Curve Digital Signature Algorithm (ECDSA) with the NIST P-256 elliptic curve.
Definition at line 18 of file NISTp256.php.