public final class EciesDemHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
EciesDemHelper.Dem
Interface for a DEM.
|
| Modifier and Type | Method and Description |
|---|---|
static EciesDemHelper.Dem |
getDem(EciesParameters parameters)
Returns a DEM based on the given parameters.
|
public static EciesDemHelper.Dem getDem(EciesParameters parameters) throws GeneralSecurityException
The caller must ensure that the parameters are valid DEM parameters.
GeneralSecurityException - if the parameters are not supported.