Botan 3.5.0
Crypto and TLS for C&
Botan::PCurve::PCurveInstance Class Referencefinal

#include <pcurves_instance.h>

Static Public Member Functions

static std::shared_ptr< const PrimeOrderCurvebrainpool256r1 ()
 
static std::shared_ptr< const PrimeOrderCurvebrainpool384r1 ()
 
static std::shared_ptr< const PrimeOrderCurvebrainpool512r1 ()
 
static std::shared_ptr< const PrimeOrderCurvefrp256v1 ()
 
static std::shared_ptr< const PrimeOrderCurvesecp256k1 ()
 
static std::shared_ptr< const PrimeOrderCurvesecp256r1 ()
 
static std::shared_ptr< const PrimeOrderCurvesecp384r1 ()
 
static std::shared_ptr< const PrimeOrderCurvesecp521r1 ()
 
static std::shared_ptr< const PrimeOrderCurvesm2p256v1 ()
 

Detailed Description

Definition at line 16 of file pcurves_instance.h.

Member Function Documentation

◆ brainpool256r1()

std::shared_ptr< const PrimeOrderCurve > Botan::PCurve::PCurveInstance::brainpool256r1 ( )
static

Definition at line 47 of file pcurves.cpp.

47 {
48 return nullptr;
49}

Referenced by Botan::PCurve::PrimeOrderCurve::from_id().

◆ brainpool384r1()

std::shared_ptr< const PrimeOrderCurve > Botan::PCurve::PCurveInstance::brainpool384r1 ( )
static

Definition at line 54 of file pcurves.cpp.

54 {
55 return nullptr;
56}

Referenced by Botan::PCurve::PrimeOrderCurve::from_id().

◆ brainpool512r1()

std::shared_ptr< const PrimeOrderCurve > Botan::PCurve::PCurveInstance::brainpool512r1 ( )
static

Definition at line 61 of file pcurves.cpp.

61 {
62 return nullptr;
63}

Referenced by Botan::PCurve::PrimeOrderCurve::from_id().

◆ frp256v1()

std::shared_ptr< const PrimeOrderCurve > Botan::PCurve::PCurveInstance::frp256v1 ( )
static

Definition at line 68 of file pcurves.cpp.

68 {
69 return nullptr;
70}

Referenced by Botan::PCurve::PrimeOrderCurve::from_id().

◆ secp256k1()

std::shared_ptr< const PrimeOrderCurve > Botan::PCurve::PCurveInstance::secp256k1 ( )
static

Definition at line 40 of file pcurves.cpp.

40 {
41 return nullptr;
42}

Referenced by Botan::PCurve::PrimeOrderCurve::from_id().

◆ secp256r1()

std::shared_ptr< const PrimeOrderCurve > Botan::PCurve::PCurveInstance::secp256r1 ( )
static

Definition at line 19 of file pcurves.cpp.

19 {
20 return nullptr;
21}

Referenced by Botan::PCurve::PrimeOrderCurve::from_id().

◆ secp384r1()

std::shared_ptr< const PrimeOrderCurve > Botan::PCurve::PCurveInstance::secp384r1 ( )
static

Definition at line 26 of file pcurves.cpp.

26 {
27 return nullptr;
28}

Referenced by Botan::PCurve::PrimeOrderCurve::from_id().

◆ secp521r1()

std::shared_ptr< const PrimeOrderCurve > Botan::PCurve::PCurveInstance::secp521r1 ( )
static

Definition at line 33 of file pcurves.cpp.

33 {
34 return nullptr;
35}

Referenced by Botan::PCurve::PrimeOrderCurve::from_id().

◆ sm2p256v1()

std::shared_ptr< const PrimeOrderCurve > Botan::PCurve::PCurveInstance::sm2p256v1 ( )
static

Definition at line 75 of file pcurves.cpp.

75 {
76 return nullptr;
77}

Referenced by Botan::PCurve::PrimeOrderCurve::from_id().


The documentation for this class was generated from the following files: