public static class EdEC.ParametersWithContext extends EdEC.Parameters
| Constructor and Description |
|---|
ParametersWithContext(GeneralAlgorithm algorithm,
byte[] context)
Base constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContext()
Return the context value.
|
getAlgorithmpublic ParametersWithContext(GeneralAlgorithm algorithm, byte[] context)
algorithm - the EdEC domain parameters algorithm.