Java org.bouncycastle.crypto.ec CustomNamedCurves fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.ec CustomNamedCurves fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.ec CustomNamedCurves.

The text is from its open source code.

Method

X9ECParametersgetByName(String name)
X9ECParametersgetByOID(ASN1ObjectIdentifier oid)
return the X9ECParameters object for the named curve represented by the passed in object identifier.
ASN1ObjectIdentifiergetOID(String name)
return the object identifier signified by the passed in name.