Documentation
¶
Index ¶
- func LowerSafeDecrypt(priv *rsa.PrivateKey, msg []byte) ([]byte, error)
- func LowerSafeEncrypt(pub *rsa.PublicKey, msg []byte) ([]byte, error)
- func MarshalXMLPrivateKey(key *rsa.PrivateKey) ([]byte, error)
- func MarshalXMLPublicKey(key *rsa.PublicKey) ([]byte, error)
- func ParseXMLPrivateKey(der []byte) (*rsa.PrivateKey, error)
- func ParseXMLPublicKey(der []byte) (*rsa.PublicKey, error)
- type XMLKey
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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
rsa no padding encrypt
func MarshalXMLPrivateKey ¶
func MarshalXMLPrivateKey(key *rsa.PrivateKey) ([]byte, error)
func ParseXMLPrivateKey ¶
func ParseXMLPrivateKey(der []byte) (*rsa.PrivateKey, error)
Types ¶
type XMLKey ¶
type XMLKey struct{}
*
- rsa xml密钥 *
- @create 2023-4-10
- @author deatil
func (XMLKey) MarshalPrivateKey ¶
func (this XMLKey) MarshalPrivateKey(key *rsa.PrivateKey) ([]byte, error)
包装私钥
func (XMLKey) MarshalPublicKey ¶
包装公钥
func (XMLKey) ParsePrivateKey ¶
func (this XMLKey) ParsePrivateKey(der []byte) (*rsa.PrivateKey, error)
解析私钥
Click to show internal directories.
Click to hide internal directories.