Documentation ¶
Index ¶
Constants ¶
View Source
const ECDSA_Curve_P224 = "P224"
View Source
const ECDSA_Curve_P256 = "P256"
View Source
const ECDSA_Curve_P384 = "P384"
View Source
const ECDSA_Curve_P521 = "P521"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Signer_ECDSA_der ¶
type Signer_ECDSA_der struct {
// contains filtered or unexported fields
}
func NewSigner_ECDSA_der ¶
func NewSigner_ECDSA_der(curve string) *Signer_ECDSA_der
func (Signer_ECDSA_der) GetNames ¶
func (s Signer_ECDSA_der) GetNames() []string
func (Signer_ECDSA_der) Sign ¶
func (s Signer_ECDSA_der) Sign(privateKey keypairs.PrivateKey, hash []byte) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.