Exemplo n.º 1
0
func (hk *HelloKey) String() string { return rsa64.PrivToBase64(hk.RSAPrivKey()) }
Exemplo n.º 2
0
func (cmk *CipherMsgKey) String() string {
	return rsa64.PrivToBase64(cmk.rsa)
}
Exemplo n.º 3
0
func (sk *SigKey) String() string {
	return rsa64.PrivToBase64(sk.RsaPrivKey())
}