Class FipsEC.DSAParameters

java.lang.Object
org.bouncycastle.crypto.fips.FipsParameters
org.bouncycastle.crypto.fips.FipsEC.DSAParameters
All Implemented Interfaces:
Parameters
Enclosing class:
FipsEC

public static final class FipsEC.DSAParameters extends FipsParameters
Parameters for EC DSA signatures.
  • Method Details

    • getDigestAlgorithm

      public FipsDigestAlgorithm getDigestAlgorithm()
      Return the algorithm for the underlying digest these parameters will use.
      Returns:
      the digest algorithm
    • withDigestAlgorithm

      public FipsEC.DSAParameters withDigestAlgorithm(FipsDigestAlgorithm digestAlgorithm)
      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.