Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadEcdsaPrivateKey ¶
func LoadEcdsaPrivateKey(buf []byte) (*ecdsa.PrivateKey, error)
LoadEcdsaPrivateKey reads an ECDSA private key from an X509 encoding stored in a PEM encoding
func LoadEcdsaPublicKey ¶
LoadEcdsaPublicKey reads an ECDSA public key from an X509 encoding stored in a PEM encoding.
func StoreEcdsaPrivateKey ¶
func StoreEcdsaPrivateKey(privateKey *ecdsa.PrivateKey) ([]byte, error)
StoreEcdsaPrivateKey writes an ECDSA private key to a PEM encoding
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.