jwe

package
v0.0.0-...-ccd4941 Latest Latest
Warning

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

Go to latest
Published: Jul 30, 2023 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package jwe implements JSON Web Enryption (JWE) functionality as defined in RFC 7516.

Index

Constants

View Source
const (
	Algorithm                       header.ParamaterName = "alg"
	EncryptionAlgorithm             header.ParamaterName = "enc"
	CompressionAlgorithm            header.ParamaterName = "zip"
	JWKSetURL                       header.ParamaterName = "jku"
	JSONWebKey                      header.ParamaterName = "jwk"
	KeyID                           header.ParamaterName = "kid"
	X509URL                         header.ParamaterName = "x5u"
	X509CertificateChain            header.ParamaterName = "x5c"
	X509CertificateSHA1Thumbprint   header.ParamaterName = "x5t"
	X509CertificateSHA256Thumbprint header.ParamaterName = "x5t#S256"
	Type                            header.ParamaterName = "typ"
	ContentType                     header.ParamaterName = "cty"
	Critical                        header.ParamaterName = "crt"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Header = header.Parameters

Jump to

Keyboard shortcuts

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