Java org.bouncycastle.asn1.x9 ECNamedCurveTable fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1.x9 ECNamedCurveTable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1.x9 ECNamedCurveTable.

The text is from its open source code.

Method

X9ECParametersgetByName(String name)
return a X9ECParameters object representing the passed in named curve.
X9ECParametersgetByOID(ASN1ObjectIdentifier oid)
return a X9ECParameters object representing the passed in named curve.
StringgetName(ASN1ObjectIdentifier oid)
return a X9ECParameters object representing the passed in named curve.
EnumerationgetNames()
return an enumeration of the names of the available curves.
ASN1ObjectIdentifiergetOID(String name)
return the object identifier signified by the passed in name.