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

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

Introduction

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

The text is from its open source code.

Method

X9ECParametersgetByOID(ASN1ObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by the passed in object identifier.
StringgetName(ASN1ObjectIdentifier oid)
return the named curve name represented by the given object identifier.
EnumerationgetNames()
returns an enumeration containing the name strings for curves contained in this structure.
ASN1ObjectIdentifiergetOID(String name)
return the object identifier signified by the passed in name.