Полный список членов класса Signer, включая наследуемые из базового класса
$algorithm | Signer | protected |
$key | Signer | protected |
$separator | Signer | protected |
__construct(SigningAlgorithm $algorithm=null) | Signer | |
decodeSignature($value) | Signer | protected |
encodeSignature($value) | Signer | protected |
getDefaultKey() | Signer | protected |
getKey($salt=null) | Signer | protected |
getSeparator() | Signer | |
getSignature($value, $salt=null) | Signer | |
pack(array $values) | Signer | |
setKey($value) | Signer | |
setSeparator($value) | Signer | |
sign($value, $salt=null) | Signer | |
unpack($value, $limit=2) | Signer | |
unsign($signedValue, $salt=null) | Signer | |
validate($value, $signature, $salt=null) | Signer | |
verifySignature($value, $sig, $salt=null) | Signer | protected |