Class EncKeyBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.wallet.beans.EncKeyBean
-
public class EncKeyBean extends Object
- Author:
- francesco.pasetto@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description EncKeyBean(String algorithm, byte[][] wallet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlgorithm()
String
getVersion()
byte[][]
getWallet()
void
setAlgorithm(String algorithm)
void
setVersion(String version)
void
setWallet(byte[][] wallet)
-
-
-
Constructor Detail
-
EncKeyBean
public EncKeyBean(String algorithm, byte[][] wallet)
-
-