to top
Android APIs
Added in 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 ()

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.