Uses of Class
org.bouncycastle.crypto.fips.FipsDSA.Parameters
-
Packages that use FipsDSA.Parameters Package Description org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithms -
-
Uses of FipsDSA.Parameters in org.bouncycastle.crypto.fips
Fields in org.bouncycastle.crypto.fips declared as FipsDSA.Parameters Modifier and Type Field Description static FipsDSA.Parameters
FipsDSA. DSA
DSA algorithm parameter source - default is SHA-1Methods in org.bouncycastle.crypto.fips that return FipsDSA.Parameters Modifier and Type Method Description FipsDSA.Parameters
FipsDSA.Parameters. withDigestAlgorithm(FipsDigestAlgorithm digestAlgorithm)
Return a new parameter set with for the passed in digest algorithm.Methods in org.bouncycastle.crypto.fips that return types with arguments of type FipsDSA.Parameters Modifier and Type Method Description FipsOutputSignerUsingSecureRandom<FipsDSA.Parameters>
FipsDSA.OperatorFactory. createSigner(AsymmetricPrivateKey key, FipsDSA.Parameters parameters)
Return a generator of DSA signatures.FipsOutputVerifier<FipsDSA.Parameters>
FipsDSA.OperatorFactory. createVerifier(AsymmetricPublicKey key, FipsDSA.Parameters parameters)
Create a verifier for DSA signatures.Methods in org.bouncycastle.crypto.fips with parameters of type FipsDSA.Parameters Modifier and Type Method Description FipsOutputSignerUsingSecureRandom<FipsDSA.Parameters>
FipsDSA.OperatorFactory. createSigner(AsymmetricPrivateKey key, FipsDSA.Parameters parameters)
Return a generator of DSA signatures.FipsOutputVerifier<FipsDSA.Parameters>
FipsDSA.OperatorFactory. createVerifier(AsymmetricPublicKey key, FipsDSA.Parameters parameters)
Create a verifier for DSA signatures.
-