Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodePrivateKeyAsPEMString ¶
func EncodePrivateKeyAsPEMString(privateKey crypto.PrivateKey) (pemEncoded string, err error)
func GetPublicKeyFromPrivateKey ¶
func GetPublicKeyFromPrivateKey(privateKey crypto.PrivateKey) (publicKey crypto.PublicKey, err error)
func LoadPrivateKeyFromPEMString ¶
func LoadPrivateKeyFromPEMString(pemEncoded string) (privateKey crypto.PrivateKey, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.