[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/web-token/jwt-signature/ -> Signature.php (summary)

(no description)

File Size: 134 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Signature:: (9 methods):
  __construct()
  getProtectedHeader()
  getHeader()
  getEncodedProtectedHeader()
  getProtectedHeaderParameter()
  hasProtectedHeaderParameter()
  getHeaderParameter()
  hasHeaderParameter()
  getSignature()


Class: Signature  - X-Ref

__construct(string $signature, array $protectedHeader, ?string $encodedProtectedHeader, array $header)   X-Ref


getProtectedHeader()   X-Ref
The protected header associated with the signature.


getHeader()   X-Ref
The unprotected header associated with the signature.


getEncodedProtectedHeader()   X-Ref
The protected header associated with the signature.


getProtectedHeaderParameter(string $key)   X-Ref
Returns the value of the protected header of the specified key.

param: string $key The key
return: null|mixed Header value

hasProtectedHeaderParameter(string $key)   X-Ref
Returns true if the protected header has the given parameter.

param: string $key The key

getHeaderParameter(string $key)   X-Ref
Returns the value of the unprotected header of the specified key.

param: string $key The key
return: null|mixed Header value

hasHeaderParameter(string $key)   X-Ref
Returns true if the unprotected header has the given parameter.

param: string $key The key

getSignature()   X-Ref
Returns the value of the signature.




Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer