|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mindbright.jca.security.spec.DSAParamsImpl
com.mindbright.jca.security.spec.DSAParameterSpec
com.mindbright.security.publickey.DSAKey
public class DSAKey
| Field Summary |
|---|
| Fields inherited from class com.mindbright.jca.security.spec.DSAParamsImpl |
|---|
g, p, q |
| Constructor Summary | |
|---|---|
protected |
DSAKey(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g)
|
| Method Summary | |
|---|---|
java.lang.String |
getAlgorithm()
|
byte[] |
getEncoded()
|
java.lang.String |
getFormat()
|
DSAParams |
getParams()
|
| Methods inherited from class com.mindbright.jca.security.spec.DSAParamsImpl |
|---|
getG, getP, getQ |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.mindbright.jca.security.interfaces.DSAParams |
|---|
getG, getP, getQ |
| Constructor Detail |
|---|
protected DSAKey(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g)
| Method Detail |
|---|
public java.lang.String getAlgorithm()
getAlgorithm in interface Keypublic byte[] getEncoded()
getEncoded in interface Keypublic java.lang.String getFormat()
getFormat in interface Keypublic DSAParams getParams()
getParams in interface DSAKey
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||