Current section

Files

Jump to
sbom lib sbom cyclonedx v17 crypto_properties protocol_properties.pb.ex
Raw

lib/sbom/cyclonedx/v17/crypto_properties/protocol_properties.pb.ex

defmodule SBoM.Cyclonedx.V17.CryptoProperties.ProtocolProperties do
@moduledoc false
use Protobuf, protoc_gen_elixir_version: "0.15.0", syntax: :proto3
field(:type, 1,
proto3_optional: true,
type: SBoM.Cyclonedx.V17.CryptoProperties.ProtocolProperties.CryptoProtocolType,
enum: true
)
field(:version, 2, proto3_optional: true, type: :string)
field(:cipherSuites, 3,
repeated: true,
type: SBoM.Cyclonedx.V17.CryptoProperties.ProtocolProperties.CryptoProtocolCipherSuite
)
field(:ikev2TransformTypes, 4,
proto3_optional: true,
type: SBoM.Cyclonedx.V17.CryptoProperties.ProtocolProperties.Ikev2TransformTypes,
deprecated: true
)
field(:ikev2TransformTypesDetailed, 7,
proto3_optional: true,
type: SBoM.Cyclonedx.V17.CryptoProperties.ProtocolProperties.Ikev2TransformTypesDetailed
)
field(:cryptoRef, 5, repeated: true, type: :string)
field(:relatedCryptographicAssets, 6,
proto3_optional: true,
type: SBoM.Cyclonedx.V17.CryptoProperties.RelatedCryptographicAssets
)
end