|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--de.flexiprovider.api.keys.PrivateKey
|
+--de.flexiprovider.core.dsa.interfaces.DSAPrivateKey
The interface to a DSA private key. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.
java.security.Signature,
DSAKey,
DSAPublicKey, Serialized Form| Fields inherited from interface java.security.interfaces.DSAPrivateKey |
serialVersionUID |
| Constructor Summary | |
DSAPrivateKey()
|
|
| Method Summary | |
java.security.interfaces.DSAParams |
getParams()
|
abstract FlexiBigInt |
getValueX()
|
java.math.BigInteger |
getX()
|
| Methods inherited from class de.flexiprovider.api.keys.PrivateKey |
getAlgParams, getEncoded, getFormat, getKeyData, getOID |
| Methods inherited from class java.lang.Object |
|
| Methods inherited from interface de.flexiprovider.core.dsa.interfaces.DSAKey |
getParameters |
| Methods inherited from interface java.security.Key |
getAlgorithm, getEncoded, getFormat |
| Constructor Detail |
public DSAPrivateKey()
| Method Detail |
public final java.math.BigInteger getX()
getX in interface java.security.interfaces.DSAPrivateKeypublic final java.security.interfaces.DSAParams getParams()
getParams in interface java.security.interfaces.DSAKeypublic abstract FlexiBigInt getValueX()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||