Package nxt.crypto
Class PublicKeyDerivationInfo
java.lang.Object
nxt.crypto.PublicKeyDerivationInfo
-
Constructor Summary
ConstructorsConstructorDescriptionPublicKeyDerivationInfo(byte[] masterPublicKey, byte[] chainCode, int childIndex) PublicKeyDerivationInfo(SerializedMasterPublicKey serializedMasterPublicKey, int childIndex) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]intbyte[]
-
Constructor Details
-
PublicKeyDerivationInfo
-
PublicKeyDerivationInfo
public PublicKeyDerivationInfo(byte[] masterPublicKey, byte[] chainCode, int childIndex)
-
-
Method Details
-
withNextChild
-
getMasterPublicKey
public byte[] getMasterPublicKey() -
getChainCode
public byte[] getChainCode() -
getChildIndex
public int getChildIndex()
-