Contém as propriedades de uma chave do módulo blockchain. Mais...
Métodos Públicos | |
| byte | getStorageType () |
| int | getType () |
| byte[] | getBip32Ver () |
| byte | getBip32Depth () |
| byte[] | getParentFingerprint () |
| byte[] | getChildNumber () |
Contém as propriedades de uma chave do módulo blockchain.
Retornada por Dinamo#bchainGetKeyInfo(String) com as informações de uma chave armazenada no HSM. Os campos BIP32 são preenchidos com zero para objetos que não são do tipo blockchain.
| byte getStorageType | ( | ) |
TacNDJavaLib#DN_BCHAIN_KEY_INFO_ST_SL para objeto comum ou TacNDJavaLib#DN_BCHAIN_KEY_INFO_ST_BLKC para objeto blockchain. | int getType | ( | ) |
getStorageType() for TacNDJavaLib#DN_BCHAIN_KEY_INFO_ST_SL, contém valores de algoritmos comuns. Se for TacNDJavaLib#DN_BCHAIN_KEY_INFO_ST_BLKC, contém tipos blockchain como TacNDJavaLib#DN_BCHAIN_BIP32_XPRV. | byte[] getBip32Ver | ( | ) |
| byte getBip32Depth | ( | ) |
| byte[] getParentFingerprint | ( | ) |
| byte[] getChildNumber | ( | ) |