Uses of Class
org.dashj.bls.G1ElementVector
-
Packages that use G1ElementVector Package Description org.dashj.bls org.dashj.bls.Utils -
-
Uses of G1ElementVector in org.dashj.bls
Methods in org.dashj.bls with parameters of type G1ElementVector Modifier and Type Method Description G1ElementCoreMPL. aggregate(G1ElementVector publicKeys)G2ElementCoreMPL. aggregateSecure(G1ElementVector vecPublicKeys, G2ElementVector vecSignatures, byte[] message)G2ElementLegacySchemeMPL. aggregateSecure(G1ElementVector vecPublicKeys, G2ElementVector vecSignatures, byte[] message)booleanAugSchemeMPL. aggregateVerify(G1ElementVector pubkeys, Uint8VectorVector messages, G2Element signature)booleanBasicSchemeMPL. aggregateVerify(G1ElementVector pubkeys, Uint8VectorVector messages, G2Element signature)booleanCoreMPL. aggregateVerify(G1ElementVector pubkeys, Uint8VectorVector messages, G2Element signature)booleanLegacySchemeMPL. aggregateVerify(G1ElementVector pubkeys, Uint8VectorVector messages, G2Element signature)static booleanDASHJBLSJNI. AugSchemeMPL_aggregateVerify__SWIG_1(long jarg1, AugSchemeMPL jarg1_, long jarg2, G1ElementVector jarg2_, long jarg3, Uint8VectorVector jarg3_, long jarg4, G2Element jarg4_)static booleanDASHJBLSJNI. BasicSchemeMPL_aggregateVerify__SWIG_1(long jarg1, BasicSchemeMPL jarg1_, long jarg2, G1ElementVector jarg2_, long jarg3, Uint8VectorVector jarg3_, long jarg4, G2Element jarg4_)static longDASHJBLSJNI. CoreMPL_aggregate__SWIG_2(long jarg1, CoreMPL jarg1_, long jarg2, G1ElementVector jarg2_)static longDASHJBLSJNI. CoreMPL_aggregateSecure(long jarg1, CoreMPL jarg1_, long jarg2, G1ElementVector jarg2_, long jarg3, G2ElementVector jarg3_, byte[] jarg4)static booleanDASHJBLSJNI. CoreMPL_aggregateVerify__SWIG_1(long jarg1, CoreMPL jarg1_, long jarg2, G1ElementVector jarg2_, long jarg3, Uint8VectorVector jarg3_, long jarg4, G2Element jarg4_)static booleanDASHJBLSJNI. CoreMPL_verifySecure(long jarg1, CoreMPL jarg1_, long jarg2, G1ElementVector jarg2_, long jarg3, G2Element jarg3_, byte[] jarg4)booleanPopSchemeMPL. fastAggregateVerify(G1ElementVector pubkeys, byte[] message, G2Element signature)static intDASHJBLSJNI. G1ElementVector_capacity(long jarg1, G1ElementVector jarg1_)static voidDASHJBLSJNI. G1ElementVector_clear(long jarg1, G1ElementVector jarg1_)static voidDASHJBLSJNI. G1ElementVector_doAdd__SWIG_0(long jarg1, G1ElementVector jarg1_, long jarg2, G1Element jarg2_)static voidDASHJBLSJNI. G1ElementVector_doAdd__SWIG_1(long jarg1, G1ElementVector jarg1_, int jarg2, long jarg3, G1Element jarg3_)static longDASHJBLSJNI. G1ElementVector_doGet(long jarg1, G1ElementVector jarg1_, int jarg2)static longDASHJBLSJNI. G1ElementVector_doRemove(long jarg1, G1ElementVector jarg1_, int jarg2)static voidDASHJBLSJNI. G1ElementVector_doRemoveRange(long jarg1, G1ElementVector jarg1_, int jarg2, int jarg3)static longDASHJBLSJNI. G1ElementVector_doSet(long jarg1, G1ElementVector jarg1_, int jarg2, long jarg3, G1Element jarg3_)static intDASHJBLSJNI. G1ElementVector_doSize(long jarg1, G1ElementVector jarg1_)static booleanDASHJBLSJNI. G1ElementVector_isEmpty(long jarg1, G1ElementVector jarg1_)static voidDASHJBLSJNI. G1ElementVector_reserve(long jarg1, G1ElementVector jarg1_, int jarg2)protected static longG1ElementVector. getCPtr(G1ElementVector obj)static longDASHJBLSJNI. LegacySchemeMPL_aggregateSecure(long jarg1, LegacySchemeMPL jarg1_, long jarg2, G1ElementVector jarg2_, long jarg3, G2ElementVector jarg3_, byte[] jarg4)static booleanDASHJBLSJNI. LegacySchemeMPL_aggregateVerify(long jarg1, LegacySchemeMPL jarg1_, long jarg2, G1ElementVector jarg2_, long jarg3, Uint8VectorVector jarg3_, long jarg4, G2Element jarg4_)static booleanDASHJBLSJNI. LegacySchemeMPL_verifySecure(long jarg1, LegacySchemeMPL jarg1_, long jarg2, G1ElementVector jarg2_, long jarg3, G2Element jarg3_, byte[] jarg4)static longDASHJBLSJNI. new_G1ElementVector__SWIG_1(long jarg1, G1ElementVector jarg1_)static booleanDASHJBLSJNI. PopSchemeMPL_fastAggregateVerify__SWIG_0(long jarg1, PopSchemeMPL jarg1_, long jarg2, G1ElementVector jarg2_, byte[] jarg3, long jarg4, G2Element jarg4_)static G1ElementDASHJBLS. publicKeyRecover(G1ElementVector sks, Uint8VectorVector ids)static longDASHJBLSJNI. publicKeyRecover(long jarg1, G1ElementVector jarg1_, long jarg2, Uint8VectorVector jarg2_)static G1ElementDASHJBLS. publicKeyShare(G1ElementVector pks, byte[] id)static longDASHJBLSJNI. publicKeyShare(long jarg1, G1ElementVector jarg1_, byte[] jarg2)booleanCoreMPL. verifySecure(G1ElementVector vecPublicKeys, G2Element signature, byte[] message)booleanLegacySchemeMPL. verifySecure(G1ElementVector vecPublicKeys, G2Element signature, byte[] message)Constructors in org.dashj.bls with parameters of type G1ElementVector Constructor Description G1ElementVector(G1ElementVector other) -
Uses of G1ElementVector in org.dashj.bls.Utils
Subclasses of G1ElementVector in org.dashj.bls.Utils Modifier and Type Class Description classG1ElementList
-