Package org.dashj.bls
Class BLS
- java.lang.Object
-
- org.dashj.bls.BLS
-
public class BLS extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intMESSAGE_HASH_LENstatic intRLC_OKprotected booleanswigCMemOwn
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcheckRelicErrors()voiddelete()protected voidfinalize()static intgetContext()static intgetContextError()protected static longgetCPtr(BLS obj)static booleaninit()static voidsetContextError(int error)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(BLS obj)
-
delete
public void delete()
-
init
public static boolean init()
-
checkRelicErrors
public static void checkRelicErrors()
-
getContextError
public static int getContextError()
-
setContextError
public static void setContextError(int error)
-
getContext
public static int getContext()
-
-