PHP 트레잇 Jose\Behaviour\HasKeyChecker

파일 보기 프로젝트 열기: spomky-labs/jose

보호된 메소드들

메소드 설명
checkKeyAlgorithm ( Jose\Object\JWKInterface $key, string $algorithm )
checkKeyUsage ( Jose\Object\JWKInterface $key, string $usage ) : boolean

비공개 메소드들

메소드 설명
checkOperation ( Jose\Object\JWKInterface $key, string $usage ) : boolean
checkUsage ( Jose\Object\JWKInterface $key, string $usage ) : boolean

메소드 상세

checkKeyAlgorithm() 보호된 메소드

protected checkKeyAlgorithm ( Jose\Object\JWKInterface $key, string $algorithm )
$key Jose\Object\JWKInterface
$algorithm string

checkKeyUsage() 보호된 메소드

protected checkKeyUsage ( Jose\Object\JWKInterface $key, string $usage ) : boolean
$key Jose\Object\JWKInterface
$usage string
리턴 boolean