Uses of Class
org.dashj.bls.ChainCode
-
Packages that use ChainCode Package Description org.dashj.bls -
-
Uses of ChainCode in org.dashj.bls
Methods in org.dashj.bls that return ChainCode Modifier and Type Method Description static ChainCodeChainCode. fromBytes(byte[] bytes)ChainCodeExtendedPrivateKey. getChainCode()ChainCodeExtendedPublicKey. getChainCode()Methods in org.dashj.bls with parameters of type ChainCode Modifier and Type Method Description static voidDASHJBLSJNI. ChainCode_serialize__SWIG_0(long jarg1, ChainCode jarg1_, byte[] jarg2)static byte[]DASHJBLSJNI. ChainCode_serialize__SWIG_1(long jarg1, ChainCode jarg1_)protected static longChainCode. getCPtr(ChainCode obj)static longDASHJBLSJNI. new_ChainCode__SWIG_0(long jarg1, ChainCode jarg1_)static booleanDASHJBLS. objectEquals(ChainCode a, ChainCode b)static booleanDASHJBLSJNI. objectEquals__SWIG_0(long jarg1, ChainCode jarg1_, long jarg2, ChainCode jarg2_)Constructors in org.dashj.bls with parameters of type ChainCode Constructor Description ChainCode(ChainCode cc)
-