Uses of Class
org.bouncycastle.crypto.general.DSA.Parameters
-
Packages that use DSA.Parameters Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of DSA.Parameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as DSA.Parameters Modifier and Type Field Description static DSA.Parameters
DSA. DDSA
static DSA.Parameters
DSA. DSA
Methods in org.bouncycastle.crypto.general that return DSA.Parameters Modifier and Type Method Description DSA.Parameters
DSA.Parameters. withDigestAlgorithm(DigestAlgorithm digestAlgorithm)
Return a new parameter set with for the passed in digest algorithm.Methods in org.bouncycastle.crypto.general that return types with arguments of type DSA.Parameters Modifier and Type Method Description protected OutputSignerUsingSecureRandom<DSA.Parameters>
DSA.OperatorFactory. doCreateSigner(AsymmetricPrivateKey key, DSA.Parameters parameters)
protected OutputVerifier<DSA.Parameters>
DSA.OperatorFactory. doCreateVerifier(AsymmetricPublicKey key, DSA.Parameters parameters)
Methods in org.bouncycastle.crypto.general with parameters of type DSA.Parameters Modifier and Type Method Description protected OutputSignerUsingSecureRandom<DSA.Parameters>
DSA.OperatorFactory. doCreateSigner(AsymmetricPrivateKey key, DSA.Parameters parameters)
protected OutputVerifier<DSA.Parameters>
DSA.OperatorFactory. doCreateVerifier(AsymmetricPublicKey key, DSA.Parameters parameters)
Constructors in org.bouncycastle.crypto.general with parameters of type DSA.Parameters Constructor Description KeyGenParameters(DSA.Parameters parameters, DSADomainParameters domainParameters)
Key Generation parameters for a specific algorithm set.
-