| Package | Description |
|---|---|
| com.entrust.toolkit.roaming.speke |
Contains classes that implement the simple password-authenticated
exponential key exchange (SPEKE) protocol — required for the implementation of
Entrust Authority Roaming Server.
|
| Modifier and Type | Method and Description |
|---|---|
SPEKEParameterSpec |
SPEKEPrivateKey.getParams()
Returns the key parameters.
|
SPEKEParameterSpec |
SPEKEPublicKey.getParams()
Returns the key parameters.
|
| Constructor and Description |
|---|
SPEKEPrivateKey(java.math.BigInteger r,
SPEKEParameterSpec params)
Constructs a SPEKE private key with the given key material and the parmeters.
|
SPEKEPublicKey(java.math.BigInteger q,
SPEKEParameterSpec params)
Constructs the public SPEKE key with the given key material and key
parameters.
|