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) (*T).M : crypto.Decrypter.Decrypt
Public() crypto.PublicKey (*T).M : crypto.Decrypter.Public (*T).M : crypto.Signer.Public
Sign(rand io.Reader, digest []byte, opts crypto.SignerOpts) ([]byte, error) (*T).M : crypto.Signer.Sign