JWT::signatureFromDER()
Method: Encodes signature from a DER object.
Source: vendor/firebase/php-jwt/src/JWT.php:486
Method: Encodes signature from a DER object.
Source: vendor/firebase/php-jwt/src/JWT.php:486
Method: Reads binary DER-encoded data and decodes into a single object
Source: vendor/firebase/php-jwt/src/JWT.php:513
Method: Encode a PHP object into a JSON string.
Source: vendor/firebase/php-jwt/src/JWT.php:347
Method: Decode a string with URL-safe Base64.
Source: vendor/firebase/php-jwt/src/JWT.php:365
Method: Encode a string with URL-safe Base64.
Source: vendor/firebase/php-jwt/src/JWT.php:382
Method: Helper method to create a JSON error.
Source: vendor/firebase/php-jwt/src/JWT.php:394
Method: Get the number of bytes in cryptographic strings.
Source: vendor/firebase/php-jwt/src/JWT.php:417
Method: Convert an ECDSA signature to an ASN.1 DER sequence
Source: vendor/firebase/php-jwt/src/JWT.php:431
Method: Encodes a value into a DER object.
Source: vendor/firebase/php-jwt/src/JWT.php:463
Class: JSON Web Token implementation, based on this spec: https://tools.ietf.org/html/rfc7519
Source: vendor/firebase/php-jwt/src/JWT.php:24