rsa

package
v1.0.2065 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrDataToLarge     = errors.New("message too long for RSA public key size")
	ErrDataLen         = errors.New("data length error")
	ErrDataBroken      = errors.New("data broken, first byte is not zero")
	ErrKeyPairDismatch = errors.New("data is not encrypted by the private key")
	ErrDecryption      = errors.New("decryption error")
)

Functions

func LowerSafeDecrypt added in v1.0.2053

func LowerSafeDecrypt(priv *rsa.PrivateKey, msg []byte) ([]byte, error)

rsa no padding decrypt

func LowerSafeEncrypt added in v1.0.2053

func LowerSafeEncrypt(pub *rsa.PublicKey, msg []byte) ([]byte, error)

rsa no padding encrypt

func MarshalXMLPrivateKey

func MarshalXMLPrivateKey(key *rsa.PrivateKey) ([]byte, error)

func MarshalXMLPublicKey

func MarshalXMLPublicKey(key *rsa.PublicKey) ([]byte, error)

func ParseXMLPrivateKey

func ParseXMLPrivateKey(der []byte) (*rsa.PrivateKey, error)

func ParseXMLPublicKey

func ParseXMLPublicKey(der []byte) (*rsa.PublicKey, error)

func PrivateKeyBytes added in v1.0.2054

func PrivateKeyBytes(pri *rsa.PrivateKey, in []byte, isEncrytp bool) ([]byte, error)

私钥加密或解密byte

func PublicKeyBytes added in v1.0.2054

func PublicKeyBytes(pub *rsa.PublicKey, in []byte, isEncrytp bool) ([]byte, error)

公钥加密或解密byte

Types

type XMLKey

type XMLKey struct{}

*

  • rsa xml密钥 *
  • @create 2023-4-10
  • @author deatil

func NewXMLKey

func NewXMLKey() XMLKey

构造函数

func (XMLKey) MarshalPrivateKey

func (this XMLKey) MarshalPrivateKey(key *rsa.PrivateKey) ([]byte, error)

包装私钥

func (XMLKey) MarshalPublicKey

func (this XMLKey) MarshalPublicKey(key *rsa.PublicKey) ([]byte, error)

包装公钥

func (XMLKey) ParsePrivateKey

func (this XMLKey) ParsePrivateKey(der []byte) (*rsa.PrivateKey, error)

解析私钥

func (XMLKey) ParsePublicKey

func (this XMLKey) ParsePublicKey(der []byte) (*rsa.PublicKey, error)

解析公钥

Jump to

Keyboard shortcuts

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