Show / Hide Table of Contents

Class AlgorithmProperties

Inheritance
System.Object
AlgorithmProperties
Namespace: CycloneDX.Core.Models
Assembly: CycloneDX.Core.dll
Syntax
public class AlgorithmProperties : object

Properties

| Improve this Doc View Source

CertificationLevel

Declaration
public List<CertificationLevel> CertificationLevel { get; set; }
Property Value
Type Description
List<CertificationLevel>
| Improve this Doc View Source

CertificationLevel_Protobuf

Declaration
public List<string> CertificationLevel_Protobuf { get; set; }
Property Value
Type Description
List<System.String>
| Improve this Doc View Source

ClassicalSecurityLevel

Declaration
public int ClassicalSecurityLevel { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

CryptoFunctions

Declaration
public List<CryptoFunction> CryptoFunctions { get; set; }
Property Value
Type Description
List<CryptoFunction>
| Improve this Doc View Source

Curve

Declaration
public string Curve { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ExecutionEnvironment

Declaration
public ExecutionEnvironment? ExecutionEnvironment { get; set; }
Property Value
Type Description
System.Nullable<ExecutionEnvironment>
| Improve this Doc View Source

ImplementationPlatform

Declaration
public ImplementationPlatform? ImplementationPlatform { get; set; }
Property Value
Type Description
System.Nullable<ImplementationPlatform>
| Improve this Doc View Source

Mode

Declaration
public AlgorithmMode? Mode { get; set; }
Property Value
Type Description
System.Nullable<AlgorithmMode>
| Improve this Doc View Source

NistQuantumSecurityLevel

Declaration
public int NistQuantumSecurityLevel { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Padding

Declaration
public PaddingScheme? Padding { get; set; }
Property Value
Type Description
System.Nullable<PaddingScheme>
| Improve this Doc View Source

Padding_XML

Declaration
public PaddingScheme Padding_XML { get; set; }
Property Value
Type Description
PaddingScheme
| Improve this Doc View Source

ParameterSetIdentifier

Declaration
public string ParameterSetIdentifier { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Primitive

Declaration
public Primitive? Primitive { get; set; }
Property Value
Type Description
System.Nullable<Primitive>
| Improve this Doc View Source

Primitive_XML

Declaration
public Primitive Primitive_XML { get; set; }
Property Value
Type Description
Primitive

Methods

| Improve this Doc View Source

ShouldSerializePadding_XML()

Declaration
public bool ShouldSerializePadding_XML()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ShouldSerializePrimitive_XML()

Declaration
public bool ShouldSerializePrimitive_XML()
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX