rsa

package
v1.222.1 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2024 License: MIT Imports: 9 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Module = fx.Options(
	fx.Provide(NewAlgo),
)

Module for fx.

Functions

func Generate

func Generate() (string, string, error)

Generate key pair with RSA.

func IsEnabled

func IsEnabled(cfg *Config) bool

IsEnabled for rsa.

Types

type Algo

type Algo interface {
	algo.Cipher
}

Algo for rsa.

func NewAlgo

func NewAlgo(cfg *Config) (Algo, error)

NewAlgo for rsa.

type Config

type Config struct {
	Public  string `yaml:"public,omitempty" json:"public,omitempty" toml:"public,omitempty"`
	Private string `yaml:"private,omitempty" json:"private,omitempty" toml:"private,omitempty"`
}

Config for rsa.

func (*Config) PrivateKey added in v1.214.1

func (c *Config) PrivateKey() (*rsa.PrivateKey, error)

PrivateKey rsa.

func (*Config) PublicKey added in v1.214.1

func (c *Config) PublicKey() (*rsa.PublicKey, error)

PublicKey rsa.

Jump to

Keyboard shortcuts

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