Package org.bouncycastle.crypto.fips
Class FipsEC.DSAParameters
java.lang.Object
org.bouncycastle.crypto.fips.FipsParameters
org.bouncycastle.crypto.fips.FipsEC.DSAParameters
- All Implemented Interfaces:
Parameters
- Enclosing class:
- FipsEC
Parameters for EC DSA signatures.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the algorithm for the underlying digest these parameters will use.withDigestAlgorithm
(FipsDigestAlgorithm digestAlgorithm) Return a new parameter set with for the passed in digest algorithm.Methods inherited from class org.bouncycastle.crypto.fips.FipsParameters
getAlgorithm
-
Method Details
-
getDigestAlgorithm
Return the algorithm for the underlying digest these parameters will use.- Returns:
- the digest algorithm
-
withDigestAlgorithm
Return a new parameter set with for the passed in digest algorithm.- Parameters:
digestAlgorithm
- the digest to use for signature generation.- Returns:
- a new parameter for signature generation.
-