Java org.bouncycastle.asn1.x9 X9IntegerConverter fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1.x9 X9IntegerConverter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1.x9 X9IntegerConverter.

The text is from its open source code.

Constructor

Method

intgetByteLength(ECCurve c)
Return the curve's field size in bytes.
intgetByteLength(ECFieldElement fe)
Return the field element's field size in bytes.
byte[]integerToBytes(BigInteger s, int qLength)
Convert an integer to a byte array, ensuring it is exactly qLength long.