PHP 클래스 Emarref\Jwt\HeaderParameter\JwkSetUrl

The "jku" (JWK Set URL) Header Parameter is a URI [RFC3986] that refers to a resource for a set of JSON-encoded public keys, one of which corresponds to the key used to digitally sign the JWS. The keys MUST be encoded as a JSON Web Key Set (JWK Set) [JWK]. The protocol used to acquire the resource MUST provide integrity protection; an HTTP GET request to retrieve the JWK Set MUST use TLS [RFC2818, RFC5246]; the identity of the server MUST be validated, as per Section 6 of RFC 6125 [RFC6125]. Also, see Section 8 on TLS requirements. Use of this Header Parameter is OPTIONAL.
상속: extends AbstractParameter
파일 보기 프로젝트 열기: emarref/jwt

공개 메소드들

메소드 설명
getName ( ) : string

메소드 상세

getName() 공개 메소드

public getName ( ) : string
리턴 string