class CycloneDX::AlgorithmProperties

Included Modules

Defined in:

cyclonedx/models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(primitive : String | Nil = nil, parameter_set_identifier : String | Nil = nil, curve : String | Nil = nil, execution_environment : String | Nil = nil, implementation_platform : String | Nil = nil, mode : String | Nil = nil, padding : String | Nil = nil, crypto_functions : Array(String) | Nil = nil) #

[View source]

Instance Method Detail

def crypto_functions : Array(String) | Nil #

[View source]
def curve : String | Nil #

[View source]
def execution_environment : String | Nil #

[View source]
def implementation_platform : String | Nil #

[View source]
def mode : String | Nil #

[View source]
def padding : String | Nil #

[View source]
def parameter_set_identifier : String | Nil #

[View source]
def primitive : String | Nil #

[View source]
def to_xml(xml : XML::Builder) #

[View source]