PHP 클래스 Jose\Object\StorableJWK

상속: implements Jose\Object\StorableInterface, implements Jose\Object\JWKInterface, use trait Storable
파일 보기 프로젝트 열기: spomky-labs/jose

보호된 프로퍼티들

프로퍼티 타입 설명
$parameters array

공개 메소드들

메소드 설명
__construct ( string $filename, array $parameters ) RotatableJWK constructor.
get ( $key )
getAll ( )
has ( $key )
jsonSerialize ( )
thumbprint ( $hash_algorithm )
toPublic ( )

보호된 메소드들

메소드 설명
createNewObject ( )
createObjectFromFileContent ( array $file_content ) : JsonSerializable
getJWK ( ) : Jose\Object\JWKInterface

메소드 상세

__construct() 공개 메소드

RotatableJWK constructor.
public __construct ( string $filename, array $parameters )
$filename string
$parameters array

createNewObject() 보호된 메소드

protected createNewObject ( )

createObjectFromFileContent() 보호된 메소드

protected createObjectFromFileContent ( array $file_content ) : JsonSerializable
$file_content array
리턴 JsonSerializable

get() 공개 메소드

public get ( $key )

getAll() 공개 메소드

public getAll ( )

getJWK() 보호된 메소드

protected getJWK ( ) : Jose\Object\JWKInterface
리턴 Jose\Object\JWKInterface

has() 공개 메소드

public has ( $key )

jsonSerialize() 공개 메소드

public jsonSerialize ( )

thumbprint() 공개 메소드

public thumbprint ( $hash_algorithm )

toPublic() 공개 메소드

public toPublic ( )

프로퍼티 상세

$parameters 보호되어 있는 프로퍼티

protected array $parameters
리턴 array