Interface to a DSA-specific set of key parameters, which defines a DSA key family. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.
Interface to a DSA-specific set of key parameters, which defines a DSA key family. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.
(get-g this)
Returns the base, g.
returns: the base, g. - java.math.BigInteger
Returns the base, g. returns: the base, g. - `java.math.BigInteger`
(get-p this)
Returns the prime, p.
returns: the prime, p. - java.math.BigInteger
Returns the prime, p. returns: the prime, p. - `java.math.BigInteger`
(get-q this)
Returns the subprime, q.
returns: the subprime, q. - java.math.BigInteger
Returns the subprime, q. returns: the subprime, q. - `java.math.BigInteger`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close