This class specifies a DSA private key with its associated parameters.
This class specifies a DSA private key with its associated parameters.
(->dsa-private-key-spec x p q g)
Constructor.
Creates a new DSAPrivateKeySpec with the specified parameter values.
x - the private key. - java.math.BigInteger
p - the prime. - java.math.BigInteger
q - the sub-prime. - java.math.BigInteger
g - the base. - java.math.BigInteger
Constructor. Creates a new DSAPrivateKeySpec with the specified parameter values. x - the private key. - `java.math.BigInteger` p - the prime. - `java.math.BigInteger` q - the sub-prime. - `java.math.BigInteger` g - the base. - `java.math.BigInteger`
(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 sub-prime q.
returns: the sub-prime q. - java.math.BigInteger
Returns the sub-prime q. returns: the sub-prime q. - `java.math.BigInteger`
(get-x this)
Returns the private key x.
returns: the private key x. - java.math.BigInteger
Returns the private key x. returns: the private key x. - `java.math.BigInteger`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close