Documentation ¶ Index ¶ func ExportRsaPrivateKeyAsPemStr(privkey *rsa.PrivateKey) string func GenRSA(bits int) (*rsa.PrivateKey, error) func GetRSA(bits int) (string, error) func RsaSetup(rsaPrivateKeyLocation string) (string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ExportRsaPrivateKeyAsPemStr ¶ func ExportRsaPrivateKeyAsPemStr(privkey *rsa.PrivateKey) string func GenRSA ¶ func GenRSA(bits int) (*rsa.PrivateKey, error) func GetRSA ¶ func GetRSA(bits int) (string, error) func RsaSetup ¶ func RsaSetup(rsaPrivateKeyLocation string) (string, error) Types ¶ This section is empty. Source Files ¶ View all Source files rsa.go Click to show internal directories. Click to hide internal directories.