to top
Android APIs
Since: API Level 1
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 ()

Since: API Level 1

Returns the base (g) value.

Returns
  • the base (g) value.

public abstract BigInteger getP ()

Since: API Level 1

Returns the prime (p) value.

Returns
  • the prime (p) value.

public abstract BigInteger getQ ()

Since: API Level 1

Returns the subprime (q value.

Returns
  • the subprime (q value.