Uses of Interface
org.bouncycastle.crypto.signers.DSAKCalculator
Packages that use DSAKCalculator
-
Uses of DSAKCalculator in org.bouncycastle.crypto.signers
Classes in org.bouncycastle.crypto.signers that implement DSAKCalculatorModifier and TypeClassDescriptionclassA deterministic K calculator based on the algorithm in section 3.2 of RFC 6979.classConstructors in org.bouncycastle.crypto.signers with parameters of type DSAKCalculatorModifierConstructorDescriptionDSASigner(DSAKCalculator kCalculator) Configuration with an alternate, possibly deterministic calculator of K.ECDSASigner(DSAKCalculator kCalculator) Configuration with an alternate, possibly deterministic calculator of K.