Namespace: Org.BouncyCastle.Crypto
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
BigInteger CalculateAgreement(
	ICipherParameters pubKey
)
Visual Basic
Function CalculateAgreement ( _
	pubKey As ICipherParameters _
) As BigInteger
Visual C++
BigInteger^ CalculateAgreement(
	ICipherParameters^ pubKey
)

See Also