abstract class SSH2 (View source)

SSH2 Signature Handler

Methods

static mixed
load(string $sig)

Loads a signature

static string
save(BigInteger $r, BigInteger $s, string $curve)

Returns a signature in the appropriate format

Details

static mixed load(string $sig)

Loads a signature

Parameters

string $sig

Return Value

mixed

static string save(BigInteger $r, BigInteger $s, string $curve)

Returns a signature in the appropriate format

Parameters

BigInteger $r
BigInteger $s
string $curve

Return Value

string