Unit 'flcTLSAlgorithmTypes' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_fundamentals]

TTLSNamedCurve

Declaration

Source position: flcTLSAlgorithmTypes.pas line 407

type TTLSNamedCurve = (

  tlsncSect163k1 = 1,

  

  tlsncSect163r1 = 2,

  

  tlsncSect163r2 = 3,

  

  tlsncSect193r1 = 4,

  

  tlsncSect193r2 = 5,

  

  tlsncSect233k1 = 6,

  

  tlsncSect233r1 = 7,

  

  tlsncSect239k1 = 8,

  

  tlsncSect283k1 = 9,

  

  tlsncSect283r1 = 10,

  

  tlsncSect409k1 = 11,

  

  tlsncSect409r1 = 12,

  

  tlsncSect571k1 = 13,

  

  tlsncSect571r1 = 14,

  

  tlsncSecp160k1 = 15,

  

  tlsncSecp160r1 = 16,

  

  tlsncSecp160r2 = 17,

  

  tlsncSecp192k1 = 18,

  

  tlsncSecp192r1 = 19,

  

  tlsncSecp224k1 = 20,

  

  tlsncSecp224r1 = 21,

  

  tlsncSecp256k1 = 22,

  

  tlsncSecp256r1 = 23,

  

  tlsncSecp384r1 = 24,

  

  tlsncSecp521r1 = 25,

  

  tlsncX25519 = 29,

  

  tlsncX448 = 30,

  

  tlsncArbitrary_explicit_prime_curves = $FF01,

  

  tlsncArbitrary_explicit_char2_curves = $FF02,

  

  tlsncMax = $FFFF

  

);



CT Web help

CodeTyphon Studio