public class EdDSASigParameterSpec
extends java.lang.Object
implements java.security.spec.AlgorithmParameterSpec
| Constructor and Description |
|---|
EdDSASigParameterSpec(boolean preHash)
Base constructor.
|
EdDSASigParameterSpec(boolean preHash,
byte[] context)
Base constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getContext()
Return the context to be used for the signature.
|
public EdDSASigParameterSpec(boolean preHash)
preHash - whether or not the signature is a preHash one.public EdDSASigParameterSpec(boolean preHash,
byte[] context)
preHash - whether or not the signature is a preHash one.context - context to be added to the signature calculation.