Package | Description |
---|---|
info.pppc.base.plugin.security.dh |
Modifier and Type | Class and Description |
---|---|
class |
DHExchange
Creates a shared secret between two parties.
|
class |
ECDHExchange
Creates a shared secret between two parties using ECC.
|
Modifier and Type | Method and Description |
---|---|
static AbstractExchange |
ECDHExchange.createInstance() |
static AbstractExchange |
AbstractExchange.createInstance()
Backup instance creation.
|
static AbstractExchange |
AbstractExchange.createInstance(short exchangeSemanticType)
Creates a new instance of the DH-Key-Exchange either using the fast ECDH (only with SECP160R1), ECDH or the normal DH.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends AbstractExchange> |
AbstractExchange.registerInstance(short semantic,
java.lang.Class<? extends AbstractExchange> exchangeClass)
Registers a particular exchange class for handling the exchange of
a certain type.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Class<? extends AbstractExchange> |
AbstractExchange.registerInstance(short semantic,
java.lang.Class<? extends AbstractExchange> exchangeClass)
Registers a particular exchange class for handling the exchange of
a certain type.
|