package
1.0.7
Repository: https://github.com/go-jwt/jwt.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

AES in CBC mode with PKCS #5 (NIST.800-38A) padding with HMAC using 256 bit key.
AES in GCM mode with 128 bit key.
AES GCM Key Wrap Algorithm using 128 bit keys.
AES Key Wrap Algorithm using 128 bit keys, RFC 3394.
AES in CBC mode with PKCS #5 (NIST.800-38A) padding with HMAC using 384 bit key.
AES in GCM mode with 192 bit key.
AES GCM Key Wrap Algorithm using 192 bit keys.
AES Key Wrap Algorithm using 192 bit keys, RFC 3394.
AES in CBC mode with PKCS #5 (NIST.800-38A) padding with HMAC using 512 bit key.
AES in GCM mode with 256 bit key.
AES GCM Key Wrap Algorithm using 256 bit keys.
AES Key Wrap Algorithm using 256 bit keys, RFC 3394.
DEFLATE compression, RFC 1951.
Direct use of pre-shared symmetric key.
Elliptic Curve Diffie Hellman key agreement.
Elliptic Curve Diffie Hellman key agreement with AES Key Wrap using 128 bit key.
Elliptic Curve Diffie Hellman key agreement with AES Key Wrap using 192 bit key.
Elliptic Curve Diffie Hellman key agreement with AES Key Wrap using 256 bit key.
ECDSA using P-256 curve and SHA-256 hash.
ECDSA using P-384 curve and SHA-384 hash.
ECDSA using P-521 curve and SHA-512 hash.
HMAC using SHA-256 hash.
HMAC using SHA-384 hash.
HMAC using SHA-512 hash.
plaintext (unprotected) without signature / encryption.
Password Based Encryption using PBES2 schemes with HMAC-SHA and AES Key Wrap using 128 bit key.
Password Based Encryption using PBES2 schemes with HMAC-SHA and AES Key Wrap using 192 bit key.
Password Based Encryption using PBES2 schemes with HMAC-SHA and AES Key Wrap using 256 bit key.
RSASSA-PSS using SHA-256 hash.
RSASSA-PSS using SHA-384 hash.
RSASSA-PSS using SHA-512 hash.
RSASSA-PKCS-v1_5 using SHA-256 hash.
RSASSA-PKCS-v1_5 using SHA-384 hash.
RSASSA-PKCS-v1_5 using SHA-512 hash.
RSAES using Optimal Assymetric Encryption Padding, RFC 3447.
RSAES using Optimal Assymetric Encryption Padding with SHA-256, RFC 3447.
RSAES with PKCS #1 v1.5 padding, RFC 3447.

# Variables

ErrorTransferString = errors.New("transfer string error").
No description provided by the author
ErrInvalidKey means the key argument passed to Signing.Verify was not the correct type.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author