|
Bouncy Castle Cryptography 1.23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.bouncycastle.asn1.x9.X962Parameters
| Constructor Summary | |
X962Parameters(DERObject obj)
|
|
X962Parameters(DERObjectIdentifier namedCurve)
|
|
X962Parameters(X9ECParameters ecParameters)
|
|
| Method Summary | |
DERObject |
getDERObject()
Produce an object suitable for an ASN1OutputStream. |
DERObject |
getParameters()
|
boolean |
isNamedCurve()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public X962Parameters(X9ECParameters ecParameters)
public X962Parameters(DERObjectIdentifier namedCurve)
public X962Parameters(DERObject obj)
| Method Detail |
public boolean isNamedCurve()
public DERObject getParameters()
public DERObject getDERObject()
Parameters ::= CHOICE {
ecParameters ECParameters,
namedCurve CURVES.&id({CurveNames}),
implicitlyCA NULL
}
getDERObject in interface DEREncodable
|
Bouncy Castle Cryptography 1.23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||