C# 클래스 Goedel.Cryptography.CryptoProviderExchangeRSAPKCS

Deprecated implementation of RSA. For compatibility only.
상속: CryptoProviderExchangeRSA
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 메소드들

메소드 설명
CryptoProviderExchangeRSAPKCS ( int KeySize ) : System

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

비공개 메소드들

메소드 설명
Factory ( int KeySize, CryptoAlgorithmID Ignore ) : CryptoProvider

메소드 상세

CryptoProviderExchangeRSAPKCS() 공개 메소드

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