type crypto/rsa.PrivateKey (struct)

Method Implmentations (4 other methods implement nothing)

Decrypt(rand io.Reader, ciphertext []byte, opts crypto.DecrypterOpts) (plaintext []byte, err error) *PrivateKey.M : crypto.Decrypter.Decrypt
Public() crypto.PublicKey *PrivateKey.M : crypto.Decrypter.Public *PrivateKey.M : crypto.Signer.Public
Sign(rand io.Reader, digest []byte, opts crypto.SignerOpts) ([]byte, error) *PrivateKey.M : crypto.Signer.Sign