Contains the properties of a key from the blockchain module.
More...
Contains the properties of a key from the blockchain module.
Returned by Dinamo#bchainGetKeyInfo(String) with information about a key stored in the HSM. The BIP32 fields are filled with zeros for objects that are not of the blockchain type.
- See also
- TacNDJavaLib.DN_BCHAIN_KEY_INFO_ST_SL
-
TacNDJavaLib.DN_BCHAIN_KEY_INFO_ST_BLKC
◆ getStorageType()
◆ getType()
◆ getBip32Ver()
- Returns
- XPrv BIP32 version (4 bytes). Zero-padded for non-BIP32 objects.
◆ getBip32Depth()
- Returns
- XPrv BIP32 depth. Zero for non-BIP32 objects.
◆ getParentFingerprint()
| byte[] getParentFingerprint |
( |
| ) |
|
- Returns
- Fingerprint of the XPrv BIP32 parent node (4 bytes). Zero-padded for non-BIP32 objects.
◆ getChildNumber()
| byte[] getChildNumber |
( |
| ) |
|
- Returns
- XPrv BIP32 child node number (4 bytes). Zero-padded for non-BIP32 objects.