Uses of Class
org.dashj.bls.G2ElementVector
-
Packages that use G2ElementVector Package Description org.dashj.bls org.dashj.bls.Utils -
-
Uses of G2ElementVector in org.dashj.bls
Methods in org.dashj.bls with parameters of type G2ElementVector Modifier and Type Method Description G2ElementCoreMPL. aggregate(G2ElementVector signatures)G2ElementCoreMPL. aggregateSecure(G1ElementVector vecPublicKeys, G2ElementVector vecSignatures, byte[] message)G2ElementLegacySchemeMPL. aggregateSecure(G1ElementVector vecPublicKeys, G2ElementVector vecSignatures, byte[] message)static longDASHJBLSJNI. CoreMPL_aggregate__SWIG_1(long jarg1, CoreMPL jarg1_, long jarg2, G2ElementVector jarg2_)static longDASHJBLSJNI. CoreMPL_aggregateSecure(long jarg1, CoreMPL jarg1_, long jarg2, G1ElementVector jarg2_, long jarg3, G2ElementVector jarg3_, byte[] jarg4)static intDASHJBLSJNI. G2ElementVector_capacity(long jarg1, G2ElementVector jarg1_)static voidDASHJBLSJNI. G2ElementVector_clear(long jarg1, G2ElementVector jarg1_)static voidDASHJBLSJNI. G2ElementVector_doAdd__SWIG_0(long jarg1, G2ElementVector jarg1_, long jarg2, G2Element jarg2_)static voidDASHJBLSJNI. G2ElementVector_doAdd__SWIG_1(long jarg1, G2ElementVector jarg1_, int jarg2, long jarg3, G2Element jarg3_)static longDASHJBLSJNI. G2ElementVector_doGet(long jarg1, G2ElementVector jarg1_, int jarg2)static longDASHJBLSJNI. G2ElementVector_doRemove(long jarg1, G2ElementVector jarg1_, int jarg2)static voidDASHJBLSJNI. G2ElementVector_doRemoveRange(long jarg1, G2ElementVector jarg1_, int jarg2, int jarg3)static longDASHJBLSJNI. G2ElementVector_doSet(long jarg1, G2ElementVector jarg1_, int jarg2, long jarg3, G2Element jarg3_)static intDASHJBLSJNI. G2ElementVector_doSize(long jarg1, G2ElementVector jarg1_)static booleanDASHJBLSJNI. G2ElementVector_isEmpty(long jarg1, G2ElementVector jarg1_)static voidDASHJBLSJNI. G2ElementVector_reserve(long jarg1, G2ElementVector jarg1_, int jarg2)protected static longG2ElementVector. getCPtr(G2ElementVector obj)static longDASHJBLSJNI. LegacySchemeMPL_aggregateSecure(long jarg1, LegacySchemeMPL jarg1_, long jarg2, G1ElementVector jarg2_, long jarg3, G2ElementVector jarg3_, byte[] jarg4)static longDASHJBLSJNI. new_G2ElementVector__SWIG_1(long jarg1, G2ElementVector jarg1_)static G2ElementDASHJBLS. signatureRecover(G2ElementVector sigs, Uint8VectorVector ids)static longDASHJBLSJNI. signatureRecover(long jarg1, G2ElementVector jarg1_, long jarg2, Uint8VectorVector jarg2_)static G2ElementDASHJBLS. signatureShare(G2ElementVector sks, byte[] id)static longDASHJBLSJNI. signatureShare(long jarg1, G2ElementVector jarg1_, byte[] jarg2)Constructors in org.dashj.bls with parameters of type G2ElementVector Constructor Description G2ElementVector(G2ElementVector other) -
Uses of G2ElementVector in org.dashj.bls.Utils
Subclasses of G2ElementVector in org.dashj.bls.Utils Modifier and Type Class Description classG2ElementList
-