|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DSAPublicKey extends DSAKey, PublicKey
The interface to a DSA public key. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.
Key,
Signature,
DSAKey,
DSAPrivateKey| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class. |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getY()
Returns the value of the public key, y. |
| Methods inherited from interface java.security.interfaces.DSAKey |
|---|
getParams |
| Methods inherited from interface java.security.Key |
|---|
getAlgorithm, getEncoded, getFormat |
| Field Detail |
|---|
static final long serialVersionUID
| Method Detail |
|---|
BigInteger getY()
y.
y.
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.