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 StringgetAlgorithm()StringgetVersion()byte[][]getWallet()voidsetAlgorithm(String algorithm)voidsetVersion(String version)voidsetWallet(byte[][] wallet)
-
-
-
Constructor Detail
-
EncKeyBean
public EncKeyBean(String algorithm, byte[][] wallet)
-
-