This page uses machine translation from English, which may contain errors or unclear language. For the most accurate information, please see the original English version. Some content may be in the original English due to frequent updates. Help us improve this page's translation by joining our effort on Crowdin. (Crowdin translation page, Contributing guide)
V4 keystore
This example demonstrates how to encrypt and decrypt keystore V4.
Import necessary classes from the Web3j and kaia libraries(web3j-ext
).
Define the keystore password, this password is used for decrypting the keystores
Read keystores from json files, for example we have a list of different accounts: "RoleBased_V4.json", "Multi_V4.json" and "Public_V4.json"
Decrypte the keystore with its password.
After decryped, you can access the public and private key.