[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/lcobucci/jwt/src/Signer/Ecdsa/ -> SignatureConverter.php (summary)

(no description)

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

Defines 1 class

SignatureConverter:: (2 methods):
  fromAsn1()
  toAsn1()


Interface: SignatureConverter  - X-Ref

Manipulates the result of a ECDSA signature (points R and S) according to the
JWA specs.

OpenSSL creates a signature using the ASN.1 format and, according the JWA specs,
the signature for JWTs must be the concatenated values of points R and S (in
big-endian octet order).

fromAsn1($signature, $length)   X-Ref
Converts the signature generated by OpenSSL into what JWA defines

param: string $signature
param: int $length
return: string

toAsn1($points, $length)   X-Ref
Converts the JWA signature into something OpenSSL understands

param: string $points
param: int $length
return: string



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