Most visited


Recently visited


Added in API level 1

DSAParams

public interface DSAParams

java.security.interfaces.DSAParams
Known Indirect Subclasses


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.

See also:

Summary


Public methods

abstract BigInteger getG()

Returns the base, g.

abstract BigInteger getP()

Returns the prime, p.

abstract BigInteger getQ()

Returns the subprime, q.

Public methods


getG

Added in API level 1
BigInteger getG ()

Returns the base, g.

Returns
BigInteger the base, g.

getP

Added in API level 1
BigInteger getP ()

Returns the prime, p.

Returns
BigInteger the prime, p.

getQ

Added in API level 1
BigInteger getQ ()

Returns the subprime, q.

Returns
BigInteger the subprime, q.

Get the latest Android developer news and tips that will help you find success on Google Play.

* Required Fields

Hooray!

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.