C# Class Goedel.Cryptography.CryptoProviderExchangeRSAPKCS

Deprecated implementation of RSA. For compatibility only.
Inheritance: CryptoProviderExchangeRSA
Show file Open project: hallambaker/Mathematical-Mesh

Public Methods

Method Description
CryptoProviderExchangeRSAPKCS ( int KeySize ) : System

RSA provider that defaults to the PKCS#1.5 padding. For compatibility use only.

Private Methods

Method Description
Factory ( int KeySize, CryptoAlgorithmID Ignore ) : CryptoProvider

Method Details

CryptoProviderExchangeRSAPKCS() public method

RSA provider that defaults to the PKCS#1.5 padding. For compatibility use only.
public CryptoProviderExchangeRSAPKCS ( int KeySize ) : System
KeySize int
return System