C# Class Org.BouncyCastle.Asn1.X9.X9IntegerConverter

Datei anzeigen Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
GetByteLength ( Org.BouncyCastle.Math.EC.ECCurve c ) : int
GetByteLength ( ECFieldElement fe ) : int
IntegerToBytes ( BigInteger s, int qLength ) : byte[]

Private Methods

Method Description
X9IntegerConverter ( ) : System

Method Details

GetByteLength() public static method

public static GetByteLength ( Org.BouncyCastle.Math.EC.ECCurve c ) : int
c Org.BouncyCastle.Math.EC.ECCurve
return int

GetByteLength() public static method

public static GetByteLength ( ECFieldElement fe ) : int
fe Org.BouncyCastle.Math.EC.ECFieldElement
return int

IntegerToBytes() public static method

public static IntegerToBytes ( BigInteger s, int qLength ) : byte[]
s Org.BouncyCastle.Math.BigInteger
qLength int
return byte[]