NAME

SBOM::CycloneDX::CryptoProperties::ProtocolProperties - Protocol Properties

SYNOPSIS

SBOM::CycloneDX::CryptoProperties::ProtocolProperties->new();

DESCRIPTION

SBOM::CycloneDX::CryptoProperties::ProtocolProperties specifies properties specific to cryptographic assets of type: "protocol".

METHODS

SBOM::CycloneDX::CryptoProperties::ProtocolProperties inherits all methods from SBOM::CycloneDX::Base and implements the following new ones.

SBOM::CycloneDX::CryptoProperties::ProtocolProperties->new( %PARAMS )

Properties:

  • cipher_suites, A list of cipher suites related to the protocol.

  • crypto_ref_array, [DEPRECATED] Use related_cryptographic_assets instead. A list of protocol-related cryptographic assets.

  • ikev2_transform_types, The IKEv2 transform types supported (types 1-4), defined in RFC 7296 section 3.3.2 (https://www.ietf.org/rfc/rfc7296.html#section-3.3.2), and additional properties.

  • related_cryptographic_assets, A list of cryptographic assets related to this component.

    See SBOM::CycloneDX::CryptoProperties::RelatedCryptographicAsset

  • type, The concrete protocol type.

  • version, The version of the protocol.

$protocol_properties->cipher_suites
$protocol_properties->crypto_ref_array
$protocol_properties->ikev2_transform_types
$protocol_properties->related_cryptographic_assets
$protocol_properties->type
$protocol_properties->version

SUPPORT

Bugs / Feature Requests

Please report any bugs or feature requests through the issue tracker at https://github.com/giterlizzi/perl-SBOM-CycloneDX/issues. You will be notified automatically of any progress on your issue.

Source Code

This is open source software. The code repository is available for public review and contribution under the terms of the license.

https://github.com/giterlizzi/perl-SBOM-CycloneDX

git clone https://github.com/giterlizzi/perl-SBOM-CycloneDX.git

AUTHOR

  • Giuseppe Di Terlizzi <gdt@cpan.org>

LICENSE AND COPYRIGHT

This software is copyright (c) 2025-2026 by Giuseppe Di Terlizzi.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.