PHP 클래스 Emarref\Jwt\Algorithm\RsaSsaPkcs

상속: implements Emarref\Jwt\Algorithm\AsymmetricInterface
파일 보기 프로젝트 열기: emarref/jwt

공개 메소드들

메소드 설명
__construct ( )
ensureSupport ( )
sign ( string $value, string | resource $privateKey ) : string
verify ( string $value, string $signature, string | resource $publicKey ) : boolean

보호된 메소드들

메소드 설명
getAlgorithm ( ) : integer

비공개 메소드들

메소드 설명
getSslErrors ( ) : array

메소드 상세

__construct() 공개 메소드

public __construct ( )

ensureSupport() 공개 메소드

public ensureSupport ( )

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

abstract protected getAlgorithm ( ) : integer
리턴 integer

sign() 공개 메소드

public sign ( string $value, string | resource $privateKey ) : string
$value string
$privateKey string | resource
리턴 string

verify() 공개 메소드

public verify ( string $value, string $signature, string | resource $publicKey ) : boolean
$value string
$signature string
$publicKey string | resource
리턴 boolean