PHP 클래스 Jose\Algorithm\Signature\HMAC

It supports algorithms HS256, HS384 and HS512;.
상속: implements Jose\Algorithm\SignatureAlgorithmInterface
파일 보기 프로젝트 열기: spomky-labs/jose

공개 메소드들

메소드 설명
sign ( Jose\Object\JWKInterface $key, $input )
verify ( Jose\Object\JWKInterface $key, $input, $signature )

보호된 메소드들

메소드 설명
checkKey ( Jose\Object\JWKInterface $key )
getHashAlgorithm ( ) : string

메소드 상세

checkKey() 보호된 메소드

protected checkKey ( Jose\Object\JWKInterface $key )
$key Jose\Object\JWKInterface

getHashAlgorithm() 추상적인 보호된 메소드

abstract protected getHashAlgorithm ( ) : string
리턴 string

sign() 공개 메소드

public sign ( Jose\Object\JWKInterface $key, $input )
$key Jose\Object\JWKInterface

verify() 공개 메소드

public verify ( Jose\Object\JWKInterface $key, $input, $signature )
$key Jose\Object\JWKInterface