Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public interface

DSAParams

java.security.interfaces.DSAParams
Known Indirect Subclasses

Class Overview

The interface for Digital Signature Algorithm (DSA) specific parameters.

Summary

Public Methods
abstract BigInteger getG ()
Returns the base ( g ) value.
abstract BigInteger getP ()
Returns the prime ( p ) value.
abstract BigInteger getQ ()
Returns the subprime ( q ) value.

Public Methods

public abstract BigInteger getG ()

Added in API level 1

Returns the base ( g ) value.

Returns
  • the base ( g ) value.

public abstract BigInteger getP ()

Added in API level 1

Returns the prime ( p ) value.

Returns
  • the prime ( p ) value.

public abstract BigInteger getQ ()

Added in API level 1

Returns the subprime ( q ) value.

Returns
  • the subprime ( q ) value.