Class AlgorithmProperties
Inheritance
AlgorithmProperties
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
|
Edit this page
View Source
ClassicalSecurityLevel
Declaration
[ProtoMember(10)]
public int ClassicalSecurityLevel { get; set; }
Property Value
|
Edit this page
View Source
CryptoFunctions
Declaration
[ProtoMember(9)]
public List<CryptoFunction> CryptoFunctions { get; set; }
Property Value
|
Edit this page
View Source
Curve
Declaration
[ProtoMember(3)]
public string Curve { get; set; }
Property Value
|
Edit this page
View Source
ExecutionEnvironment
Declaration
[ProtoMember(4)]
public ExecutionEnvironment? ExecutionEnvironment { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[ProtoMember(5)]
public ImplementationPlatform? ImplementationPlatform { get; set; }
Property Value
|
Edit this page
View Source
Mode
Declaration
[ProtoMember(7)]
public AlgorithmMode? Mode { get; set; }
Property Value
|
Edit this page
View Source
NistQuantumSecurityLevel
Declaration
[ProtoMember(11)]
public int NistQuantumSecurityLevel { get; set; }
Property Value
|
Edit this page
View Source
Padding
Declaration
[ProtoMember(8)]
public PaddingScheme? Padding { get; set; }
Property Value
|
Edit this page
View Source
ParameterSetIdentifier
Declaration
[ProtoMember(2)]
public string ParameterSetIdentifier { get; set; }
Property Value
|
Edit this page
View Source
Primitive
Declaration
[ProtoMember(1)]
public Primitive? Primitive { get; set; }
Property Value