No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | |
| ↳ | java.security.spec.DSAParameterSpec |
The parameter specification used with the Digital Signature Algorithm (DSA).
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new
DSAParameterSpec with the specified prime
p, sub-prime
q and the base
g.
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns the base
g.
|
||||||||||
|
|
Returns the prime
p.
|
||||||||||
|
|
Returns the sub-prime
q.
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
|||||||||||
From interface java.security.interfaces.DSAParams
|
|||||||||||
Creates a new DSAParameterSpec with the specified prime p, sub-prime q and the base g.
| p | the prime p. |
|---|---|
| q | the sub-prime q. |
| g | the base g; |