Package com.h2tcoin.takamakachain.wallet
Class SingletonWalletKeyStoreBCED25519
- java.lang.Object
-
- com.h2tcoin.takamakachain.wallet.SingletonWalletKeyStoreBCED25519
-
public class SingletonWalletKeyStoreBCED25519 extends Object
Deprecated.use InstanceWalletKeyStorestatic single instance wallet keystore- Author:
- giovanni.antino@h2tcoin.com
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.bouncycastle.crypto.AsymmetricCipherKeyPair
getKeyPairAtIndex(int i)
Deprecated.byte[]
getPublicKeyAtIndexByte(int i)
Deprecated.String
getPublicKeyAtIndexHex(int i)
Deprecated.static SingletonWalletKeyStoreBCED25519
i()
Deprecated.
-
-
-
Method Detail
-
i
public static SingletonWalletKeyStoreBCED25519 i()
Deprecated.
-
getKeyPairAtIndex
public org.bouncycastle.crypto.AsymmetricCipherKeyPair getKeyPairAtIndex(int i) throws InvalidWalletIndexException
Deprecated.- Throws:
InvalidWalletIndexException
-
getPublicKeyAtIndexHex
public String getPublicKeyAtIndexHex(int i) throws InvalidWalletIndexException, PublicKeySerializzationException
Deprecated.
-
getPublicKeyAtIndexByte
public byte[] getPublicKeyAtIndexByte(int i) throws InvalidWalletIndexException, PublicKeySerializzationException
Deprecated.
-
-