rsa

package
v1.0.42 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider struct {
	Enabled  bool //starter:inject("${security.algorithms.rsa.enabled}")
	Priority int  //starter:inject("${security.algorithms.rsa.priority}")
	// contains filtered or unexported fields
}

Provider 提供 RSA 算法

func (*Provider) Description

func (inst *Provider) Description() string

Description ...

func (*Provider) ListRegistrations

func (inst *Provider) ListRegistrations() []*keys.Registration

ListRegistrations ...

func (*Provider) Name

func (inst *Provider) Name() string

Name 返回 Provider Name

func (*Provider) PackageName

func (inst *Provider) PackageName() string

PackageName ...

type SignWithRsaProvider

type SignWithRsaProvider struct {
	Enabled  bool //starter:inject("${security.algorithms.rsa.enabled}")
	Priority int  //starter:inject("${security.algorithms.rsa.priority}")
	// contains filtered or unexported fields
}

SignWithRsaProvider 提供 RSA 签名算法

func (*SignWithRsaProvider) Description

func (inst *SignWithRsaProvider) Description() string

Description ...

func (*SignWithRsaProvider) ListRegistrations

func (inst *SignWithRsaProvider) ListRegistrations() []*keys.Registration

ListRegistrations ...

func (*SignWithRsaProvider) Name

func (inst *SignWithRsaProvider) Name() string

Name 返回 Provider Name

func (*SignWithRsaProvider) PackageName

func (inst *SignWithRsaProvider) PackageName() string

PackageName ...

Jump to

Keyboard shortcuts

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