PHP 클래스 Jose\Algorithm\Signature\HMAC
It supports algorithms HS256, HS384 and HS512;.
파일 보기
프로젝트 열기: spomky-labs/jose
공개 메소드들
메소드 |
설명 |
|
sign ( Jose\Object\JWKInterface $key, $input ) |
|
|
verify ( Jose\Object\JWKInterface $key, $input, $signature ) |
|
|
보호된 메소드들
메소드 상세
protected checkKey ( Jose\Object\JWKInterface $key ) |
$key |
Jose\Object\JWKInterface |
|
getHashAlgorithm()
추상적인 보호된 메소드
public sign ( Jose\Object\JWKInterface $key, $input ) |
$key |
Jose\Object\JWKInterface |
|
public verify ( Jose\Object\JWKInterface $key, $input, $signature ) |
$key |
Jose\Object\JWKInterface |
|