|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.jce.spec.ECNamedCurveGenParameterSpec
Named curve generation spec
If you are using JDK 1.5 you should be looking at ECGenParameterSpec.
Constructor Summary | |
ECNamedCurveGenParameterSpec(java.lang.String name)
|
Method Summary | |
java.lang.String |
getName()
return the name of the curve the EC domain parameters belong to. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ECNamedCurveGenParameterSpec(java.lang.String name)
Method Detail |
public java.lang.String getName()
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |