FileDocCategorySizeDatePackage
DSAParams.javaAPI DocAndroid 1.5 API1532Wed May 06 22:41:06 BST 2009java.security.interfaces

DSAParams

public interface DSAParams
The interface for Digital Signature Algorithm (DSA) specific parameters.
since
Android 1.0

(Omit source code)

Fields Summary
Constructors Summary
Methods Summary
public java.math.BigIntegergetG()
Returns the base ({@code g}) value.

return
the base ({@code g}) value.
since
Android 1.0

public java.math.BigIntegergetP()
Returns the prime ({@code p}) value.

return
the prime ({@code p}) value.
since
Android 1.0

public java.math.BigIntegergetQ()
Returns the subprime ({@code q} value.

return
the subprime ({@code q} value.
since
Android 1.0