public PBRSAService(PBKeyPair keypair) { _privateKey = keypair.PrivateKey; _publicKey = keypair.PublicKey; _rsa = RSA.Create(); }
public PBRSAService(PBKeyPair keyPair) { _rsa = RSA.Create(); _keyPair = keyPair; }