C# Class ACMESharp.PKI.RSA.RsaPrivateKey

Inheritance: PrivateKey
Show file Open project: ebekker/ACMESharp

Public Methods

Method Description
RsaPrivateKey ( int bits, string e, string pem ) : System

Method Details

RsaPrivateKey() public method

public RsaPrivateKey ( int bits, string e, string pem ) : System
bits int
e string
pem string
return System