Полный список членов класса Bitrix24Signer, включая наследуемые из базового класса
$algorithm | Signer | protected |
$key | Signer | protected |
$separator | Signer | protected |
__construct() | Bitrix24Signer | |
Bitrix::Main::Security::Sign::Signer::__construct(SigningAlgorithm $algorithm=null) | Signer | |
decodeSignature($value) | Bitrix24Signer | protected |
encodeSignature($value) | Bitrix24Signer | 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) | Bitrix24Signer | |
unpack($value, $limit=2) | Signer | |
unsign($signedValue, $salt=null) | Bitrix24Signer | |
validate($value, $signature, $salt=null) | Signer | |
verifySignature($value, $sig, $salt=null) | Signer | protected |