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.
Click to show internal directories.
Click to hide internal directories.