Modifier and Type | Method and Description |
---|---|
static <T extends HardwareWallet> |
HardwareWalletSpecification.newSocketSpecification(Class<T> hardwareWalletClass,
String host,
int port)
Builder for hardware wallets communicating over sockets using static binding
|
static <T extends HardwareWallet> |
HardwareWalletSpecification.newUsbSpecification(Class<T> hardwareWalletClass,
com.google.common.base.Optional<Integer> vendorId,
com.google.common.base.Optional<Integer> productId,
com.google.common.base.Optional<String> serialNumber)
Builder for hardware wallets communicating over USB HID using static binding
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHardwareWallet
Abstract base class to provide the following to
HardwareWallet s: |
Modifier and Type | Method and Description |
---|---|
static <T extends HardwareWallet> |
HardwareWallets.newSocketInstance(Class<T> clazz,
String host,
int port)
Convenience method to wrap an arbitrary socket hardware wallet with static binding
|
static <T extends HardwareWallet> |
HardwareWallets.newUsbInstance(Class<T> hardwareWalletClass,
com.google.common.base.Optional<Integer> vendorId,
com.google.common.base.Optional<Integer> productId,
com.google.common.base.Optional<String> serialNumber)
Convenience method to create an arbitrary USB hardware wallet (the normal mode of operation) with static binding
|
Modifier and Type | Method and Description |
---|---|
static HardwareWallet |
HardwareWallets.newHardwareWallet(String hardwareWalletClassName)
Create a new hardware wallet from the given class name
|
static HardwareWallet |
HardwareWallets.newSocketInstance(String className,
String host,
int port)
Convenience method to wrap an arbitrary socket hardware wallet with dynamic binding
|
static HardwareWallet |
HardwareWallets.newUsbInstance(String className,
com.google.common.base.Optional<Integer> vendorId,
com.google.common.base.Optional<Integer> productId,
com.google.common.base.Optional<String> serialNumber)
Convenience method to create an arbitrary USB hardware wallet (the normal mode of operation) with dynamic binding
|
Modifier and Type | Method and Description |
---|---|
HardwareWallet |
KeepKeyRelayServer.getHardwareWallet() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeepKeyHardwareWallet
Abstract base class provide the following to KeepKey hardware wallets:
|
Modifier and Type | Class and Description |
---|---|
class |
KeepKeyV1HidHardwareWallet
KeepKey implementation to provide the following to applications:
|
Modifier and Type | Method and Description |
---|---|
HardwareWallet |
TrezorRelayServer.getHardwareWallet() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTrezorHardwareWallet
Abstract base class provide the following to Trezor hardware wallets:
|
Modifier and Type | Class and Description |
---|---|
class |
TrezorShieldSocketHardwareWallet
Trezor implementation to provide the following to applications:
|
class |
TrezorShieldUsbHardwareWallet
Trezor implementation to provide the following to applications:
|
Modifier and Type | Class and Description |
---|---|
class |
TrezorV1HidHardwareWallet
Trezor implementation to provide the following to applications:
|
Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.