Package org.bouncycastle.crypto.fips
Class FipsEdEC.ParametersWithContext
java.lang.Object
org.bouncycastle.crypto.fips.FipsParameters
org.bouncycastle.crypto.fips.FipsEdEC.Parameters
org.bouncycastle.crypto.fips.FipsEdEC.ParametersWithContext
- All Implemented Interfaces:
Parameters
- Enclosing class:
- FipsEdEC
Edwards Curve parameters with context vector
-
Constructor Summary
ConstructorsConstructorDescriptionParametersWithContext
(FipsAlgorithm algorithm, byte[] context) Base constructor. -
Method Summary
Methods inherited from class org.bouncycastle.crypto.fips.FipsParameters
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.
-