PrivateKeyInterface
in
This is a contract for the PrivateKey portion of ECDSA.
Table of Contents
Methods
- createExchange() : EcDHInterface
- getPoint() : GeneratorPoint
- getPublicKey() : PublicKeyInterface
- getSecret() : GMP
Methods
createExchange()
public
createExchange(PublicKeyInterface $recipient) : EcDHInterface
Parameters
- $recipient : PublicKeyInterface
Return values
EcDHInterfacegetPoint()
public
getPoint() : GeneratorPoint
Return values
GeneratorPointgetPublicKey()
public
getPublicKey() : PublicKeyInterface
Return values
PublicKeyInterfacegetSecret()
public
getSecret() : GMP