Package org.bouncycastle.crypto.general
Class EdEC.ParametersWithContext
java.lang.Object
org.bouncycastle.crypto.general.GeneralParameters<GeneralAlgorithm>
org.bouncycastle.crypto.general.EdEC.Parameters
org.bouncycastle.crypto.general.EdEC.ParametersWithContext
- All Implemented Interfaces:
Parameters
- Enclosing class:
- EdEC
Edwards Curve parameters with context vector
-
Constructor Summary
ConstructorsConstructorDescriptionParametersWithContext
(GeneralAlgorithm algorithm, byte[] context) Base constructor. -
Method Summary
Methods inherited from class org.bouncycastle.crypto.general.GeneralParameters
getAlgorithm
-
Constructor Details
-
ParametersWithContext
Base constructor.- Parameters:
algorithm
- the EdEC domain parameters algorithm.
-
-
Method Details
-
getContext
public byte[] getContext()Return the context value.- Returns:
- context value.
-