Class AlgorithmProperties
Inheritance
System.Object
AlgorithmProperties
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
|
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
|
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
|
Improve this Doc
View Source
Declaration
public ImplementationPlatform? ImplementationPlatform { get; set; }
Property Value
|
Improve this Doc
View Source
Mode
Declaration
public AlgorithmMode? Mode { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
Padding_XML
Declaration
public PaddingScheme Padding_XML { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
Primitive_XML
Declaration
public Primitive Primitive_XML { get; set; }
Property Value
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 |
|