sign

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrPem = errors.New("错误的证书")

Functions

This section is empty.

Types

type AuthlibSign

type AuthlibSign struct {
	// contains filtered or unexported fields
}

func NewAuthlibSign

func NewAuthlibSign(prikey []byte) (*AuthlibSign, error)

func NewAuthlibSignWithKey

func NewAuthlibSignWithKey(key *rsa.PrivateKey) *AuthlibSign

func (*AuthlibSign) GetKey

func (a *AuthlibSign) GetKey() *rsa.PrivateKey

func (*AuthlibSign) GetPKIXPubKey

func (a *AuthlibSign) GetPKIXPubKey() (string, error)

PKIX RSA PUBLIC KEY

func (*AuthlibSign) GetPKIXPubKeyWithOutRsa

func (a *AuthlibSign) GetPKIXPubKeyWithOutRsa() (string, error)

PKIX PUBLIC KEY

func (*AuthlibSign) GetPriKey

func (a *AuthlibSign) GetPriKey() (string, error)

PKCS #8

func (*AuthlibSign) Sign

func (a *AuthlibSign) Sign(data []byte) (string, error)

Jump to

Keyboard shortcuts

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