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

상속: ECDHBasicAgreement
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

메소드 설명
CalculateAgreement ( ICipherParameters pubKey ) : BigInteger
ECDHWithKdfBasicAgreement ( string algorithm, IDerivationFunction kdf ) : System

비공개 메소드들

메소드 설명
ECDHWithKdfBasicAgreement ( ) : System

메소드 상세

CalculateAgreement() 공개 메소드

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

ECDHWithKdfBasicAgreement() 공개 메소드

public ECDHWithKdfBasicAgreement ( string algorithm, IDerivationFunction kdf ) : System
algorithm string
kdf IDerivationFunction
리턴 System