NET API
HSM Dinamo
Loading...
Looking for...
No entries found
Data Fields
Structure Reference DinamoApi.DN_BCHAIN_KEY_INFO

Data Fields

byte bStorageType
 
Int32 dwType
 
byte[] pbBip32View
 
byte bBip32Depth
 
byte[] pbParentFingerprint
 
byte[] pbChildNumber
 

Detailed description

Information structure of an XPrv BIP32 key.

Fields

bStorageType

byte bStorageType

General object type. DinamoApi.DN_BCHAIN_KEY_INFO_ST_SL for common object or DinamoApi.DN_BCHAIN_KEY_INFO_ST_BLKC for blockchain object.

dwType

Int32 dwType

Object type. If bStorageType is DinamoApi.DN_BCHAIN_KEY_INFO_ST_SL it will have values of common algorithms DinamoApi.ALG_RSA_2048 etc. If it is DinamoApi.DN_BCHAIN_KEY_INFO_ST_BLKC it will have values of blockchain types DinamoApi.DN_BCHAIN_BTC_MINIKEY, etc. See types in DBchainCreateXPrv()

pbBip32View

byte [] pbBip32View

XPriv BIP32 version. Zero-padded for non-BIP32 objects.

bBip32Depth

byte bBip32Depth

Depth of XPriv BIP32. Zero-padded for non-BIP32 objects.

pbParentFingerprint

byte [] pbParentFingerprint

Fingerprint of the XPriv BIP32 parent node. Zero-padded for non-BIP32 objects.

pbChildNumber

byte [] pbChildNumber

XPriv BIP32 child node number. Zero-padded for non-BIP32 objects.