C# 클래스 Org.BouncyCastle.Crypto.Agreement.DHBasicAgreement

상속: IBasicAgreement
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
CalculateAgreement ( ICipherParameters pubKey ) : BigInteger
GetFieldSize ( ) : int
Init ( ICipherParameters parameters ) : void

메소드 상세

CalculateAgreement() 공개 메소드

public CalculateAgreement ( ICipherParameters pubKey ) : BigInteger
pubKey ICipherParameters
리턴 Org.BouncyCastle.Math.BigInteger

GetFieldSize() 공개 메소드

public GetFieldSize ( ) : int
리턴 int

Init() 공개 메소드

public Init ( ICipherParameters parameters ) : void
parameters ICipherParameters
리턴 void