pssht  latest
SSH server library written in PHP
fpoirotte\Pssht\Key\ECDSA\SHA2\NISTp256 Class Reference
+ Inheritance diagram for fpoirotte\Pssht\Key\ECDSA\SHA2\NISTp256:

Static Public Member Functions

static getHash ()
 
static getIdentifier ()
 
- Static Public Member Functions inherited from fpoirotte\Pssht\Key\ECDSA\SHA2\Base
static getName ()
 Return the name of the algorithm.
 
static unserialize (\fpoirotte\Pssht\Wire\Decoder $decoder, $private=null)
 

Additional Inherited Members

- Public Member Functions inherited from fpoirotte\Pssht\Key\ECDSA\SHA2\Base
 __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)
 
- Public Member Functions inherited from fpoirotte\Pssht\Key\KeyInterface
 sign ($message)
 
- Protected Attributes inherited from fpoirotte\Pssht\Key\ECDSA\SHA2\Base
 $d
 Private key.
 
 $Q
 Public key.
 
 $rng
 RNG.
 

Detailed Description

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.


The documentation for this class was generated from the following file: