Documentation ¶
Index ¶
Constants ¶
View Source
const RSA_bits_1024 = 1024
View Source
const RSA_bits_2048 = 2048
View Source
const RSA_bits_3072 = 3072
View Source
const RSA_bits_4096 = 4096
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Encipher_RSA ¶
type Encipher_RSA struct { IEncipher // contains filtered or unexported fields }
func NewEncipher_RSA ¶
func NewEncipher_RSA(bits int) *Encipher_RSA
func (Encipher_RSA) GetNames ¶
func (e Encipher_RSA) GetNames() []string
type Encipher_SM2 ¶
type Encipher_SM2 struct { IEncipher // contains filtered or unexported fields }
func NewEncipher_SM2 ¶
func NewEncipher_SM2(mode int) *Encipher_SM2
func (Encipher_SM2) GetNames ¶
func (e Encipher_SM2) GetNames() []string
type Encipher_SM2_DER ¶
type Encipher_SM2_DER struct {
IEncipher
}
func NewEncipher_SM2_DER ¶
func NewEncipher_SM2_DER() *Encipher_SM2_DER
func (Encipher_SM2_DER) GetNames ¶
func (Encipher_SM2_DER) GetNames() []string
Click to show internal directories.
Click to hide internal directories.