Package org.bouncycastle.crypto.general
Class GOST3410.SignatureParameters
java.lang.Object
org.bouncycastle.crypto.general.GeneralParameters
org.bouncycastle.crypto.general.GOST3410.SignatureParameters
- All Implemented Interfaces:
Parameters
- Enclosing class:
- GOST3410
Parameters for GOST3410 signatures.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the algorithm for the underlying digest these parameters will use.withDigestAlgorithm
(DigestAlgorithm digestAlgorithm) Return a new parameter set with for the passed in digest algorithm.Methods inherited from class org.bouncycastle.crypto.general.GeneralParameters
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.
-