jwt

package
v1.12.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type Algorithm

type Algorithm int
const (
	AlgorithmUnknown Algorithm = iota - 1

	AlgorithmRSA256
	AlgorithmRSA384
	AlgorithmRSA512
	AlgorithmHMAC256
	AlgorithmHMAC384
	AlgorithmHMAC512
	AlgorithmECDSA256
	AlgorithmECDSA384
	AlgorithmECDSA512
)

func NewAlgorithm

func NewAlgorithm(a string) Algorithm

func (Algorithm) IsHMAC

func (a Algorithm) IsHMAC() bool

func (Algorithm) String

func (a Algorithm) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL