No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | |
| ↳ | java.security.spec.DSAPublicKeySpec |
The parameters specifying a DSA public key.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new
DSAPublicKeySpec with the specified public key, prime, sub-prime and base.
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns the base
g.
|
||||||||||
|
|
Returns the prime
p.
|
||||||||||
|
|
Returns the sub-prime
q.
|
||||||||||
|
|
Returns the public key value
y.
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
|||||||||||
Creates a new DSAPublicKeySpec with the specified public key, prime, sub-prime and base.
| y | the public key value y. |
|---|---|
| p | the prime p. |
| q | the sub-prime q. |
| g | the base g. |
Returns the public key value y.
y.