Show / Hide Table of Contents

Class AlgorithmProperties

Inheritance
object
AlgorithmProperties
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Core.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class AlgorithmProperties

Properties

| Edit this page View Source

CertificationLevel

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

ClassicalSecurityLevel

Declaration
[ProtoMember(10)]
public int ClassicalSecurityLevel { get; set; }
Property Value
Type Description
int
| Edit this page View Source

CryptoFunctions

Declaration
[ProtoMember(9)]
public List<CryptoFunction> CryptoFunctions { get; set; }
Property Value
Type Description
List<CryptoFunction>
| Edit this page View Source

Curve

Declaration
[ProtoMember(3)]
public string Curve { get; set; }
Property Value
Type Description
string
| Edit this page View Source

ExecutionEnvironment

Declaration
[ProtoMember(4)]
public ExecutionEnvironment? ExecutionEnvironment { get; set; }
Property Value
Type Description
ExecutionEnvironment?
| Edit this page View Source

ImplementationPlatform

Declaration
[ProtoMember(5)]
public ImplementationPlatform? ImplementationPlatform { get; set; }
Property Value
Type Description
ImplementationPlatform?
| Edit this page View Source

Mode

Declaration
[ProtoMember(7)]
public AlgorithmMode? Mode { get; set; }
Property Value
Type Description
AlgorithmMode?
| Edit this page View Source

NistQuantumSecurityLevel

Declaration
[ProtoMember(11)]
public int NistQuantumSecurityLevel { get; set; }
Property Value
Type Description
int
| Edit this page View Source

Padding

Declaration
[ProtoMember(8)]
public PaddingScheme? Padding { get; set; }
Property Value
Type Description
PaddingScheme?
| Edit this page View Source

ParameterSetIdentifier

Declaration
[ProtoMember(2)]
public string ParameterSetIdentifier { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Primitive

Declaration
[ProtoMember(1)]
public Primitive? Primitive { get; set; }
Property Value
Type Description
Primitive?
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX