C# Class Goedel.Cryptography.CryptoProviderExchangeRSAPKCS

Deprecated implementation of RSA. For compatibility only.
Inheritance: CryptoProviderExchangeRSA
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Méthode Description
CryptoProviderExchangeRSAPKCS ( int KeySize ) : System

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

Private Methods

Méthode Description
Factory ( int KeySize, CryptoAlgorithmID Ignore ) : CryptoProvider

Method Details

CryptoProviderExchangeRSAPKCS() public méthode

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