public interface Wallet
Wallets.void put(String label, Identity identity) throws IOException
label - Label used to identify the identity within the wallet.identity - Identity to store in the wallet.IOException - if an error occurs accessing the backing store.Identity get(String label) throws IOException
label - Label used to identify the identity within the wallet.IOException - if an error occurs accessing the backing store.Set<String> list() throws IOException
IOException - if an error occurs accessing the backing store.void remove(String label) throws IOException
label - Label used to identify the identity within the wallet.IOException - if an error occurs accessing the backing store.Copyright © 2023. All rights reserved.