StandardizedDomainParameters
internal enum StandardizedDomainParameters
The StandardizedDomainParameters
enumeration represents a set of
standardized domain parameters used in KeyAgreementAlgorithm
during keys computation.
Each standardized domain parameters have associated an integer NID
(Numeric Identifier)
that is defined by the entity has studied and standardized that domain paramaters set.
-
Declaration
Swift
internal typealias NID = Int32
-
Declaration
Swift
case PARAM_ID_GFP_1024_160
-
Declaration
Swift
case PARAM_ID_GFP_2048_224
-
Declaration
Swift
case PARAM_ID_GFP_2048_256
-
Declaration
Swift
case PARAM_ID_ECP_NIST_P192_R1
-
Declaration
Swift
case PARAM_ID_ECP_BRAINPOOL_P192_R1
-
Declaration
Swift
case PARAM_ID_ECP_NIST_P224_R1
-
Declaration
Swift
case PARAM_ID_ECP_BRAINPOOL_P224_R1
-
Declaration
Swift
case PARAM_ID_ECP_NIST_P256_R1
-
Declaration
Swift
case PARAM_ID_ECP_BRAINPOOL_P256_R1
-
Declaration
Swift
case PARAM_ID_ECP_BRAINPOOL_P320_R1
-
Declaration
Swift
case PARAM_ID_ECP_NIST_P384_R1
-
Declaration
Swift
case PARAM_ID_ECP_BRAINPOOL_P384_R1
-
Declaration
Swift
case PARAM_ID_ECP_BRAINPOOL_P512_R1
-
Declaration
Swift
case PARAM_ID_ECP_NIST_P521_R1
-
Returns the type of standardized domain parameters (Galois Field Parameters or Elliptic Curve Parameters).
Declaration
Swift
internal var type: StandardizedDomainParametersType { get }