rsa_pss

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const Algorithm = "RSASSA-PSS"

Algorithm defines the type for the RSA PKCS #1 v1.5 signature algorithm.

View Source
const MediaType = "application/vnd.ocm.signature.rsa.pss"

MediaType defines the media type for a plain RSA-PSS signature.

View Source
const MediaTypePEM = signutils.MediaTypePEM

MediaTypePEM is used if the signature contains the public key certificate chain.

Variables

View Source
var RSASSA_PSS = &rsahandler.Method{
	Algorithm: Algorithm,
	MediaType: MediaType,
	Sign:      sign,
	Verify:    verify,
}

Functions

func NewHandler

func NewHandler() signing.SignatureHandler

Types

This section is empty.

Jump to

Keyboard shortcuts

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