PHP 클래스 Lcobucci\JWT\Signer\Rsa

부터: 2.1.0
저자: Luís Otávio Cobucci Oblonczyk ([email protected])
상속: extends Lcobucci\JWT\Signer\OpenSSL
파일 보기 프로젝트 열기: lcobucci/jwt

공개 메소드들

메소드 설명
createHash ( string $payload, Lcobucci\JWT\Signer\Key $key ) : string
doVerify ( string $expected, string $payload, Lcobucci\JWT\Signer\Key $key ) : boolean
getAlgorithm ( ) : integer Returns the algorithm name

비공개 메소드들

메소드 설명
validateKey ( resource $key ) Raise an exception when the key type is not the expected type

메소드 상세

createHash() 공개 메소드

public createHash ( string $payload, Lcobucci\JWT\Signer\Key $key ) : string
$payload string
$key Lcobucci\JWT\Signer\Key
리턴 string

doVerify() 공개 메소드

public doVerify ( string $expected, string $payload, Lcobucci\JWT\Signer\Key $key ) : boolean
$expected string
$payload string
$key Lcobucci\JWT\Signer\Key
리턴 boolean

getAlgorithm() 추상적인 공개 메소드

Returns the algorithm name
abstract public getAlgorithm ( ) : integer
리턴 integer