# Functions
No description provided by the author
NewRsaEncryptWithOAEP 创建一个标准的RSA加密 Padding-OAEP模式实例.
NewRsaEncryptWithPKCS1 创建一个标准的RSA加密 Padding-PKCS1模式实例.
NewRsaSignWithPKCS1 创建一个标准RSA签名 Padding-PKCS1 自定义hash函数.
NewRsaSignWithPKCS1AndSHA256 创建一个标准RSA签名 Padding-PKCS1 hash函数为sha256.
NewRsaSignWithPKCS1AndSHA512 创建一个标准RSA签名 Padding-PKCS1 hash函数为sha512.
NewRsaSignWithPSS 创建一个标准RSA签名 Padding-PSS.
NewRsaSignWithPSSAndOps NewRsaSignWithPSS 创建一个标准RSA签名 Padding-PSS 并指定saltLength.
NewRsaSignWithPSSAndSHA256 创建一个标准RSA签名 Padding-PSS hash函数为sha256.
NewRsaSignWithPSSAndSHA512 创建一个标准RSA签名 Padding-PSS hash函数为sha512.
# Constants
PaddingTypeNone 无填充.
PaddingTypeOAEP OAEP模式.
PaddingTypePKCS1 PKCS1.5.
PaddingTypePSS PSS模式.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
KeyPair 公私钥信息.
KeyPairManager KeyPair管理器.
# Type aliases
No description provided by the author