NAME

SBOM::CycloneDX::CryptoProperties::CipherSuite - Object representing a cipher suite

SYNOPSIS

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

DESCRIPTION

SBOM::CycloneDX::CryptoProperties::CipherSuite specifies the object representing a cipher suite.

METHODS

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

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

Properties:

identifiers, A list of common identifiers for the cipher suite.
name, A common name for the cipher suite.
tls_groups, A list of TLS named groups (formerly known as curves) for this cipher suite. These groups define the parameters for key exchange algorithms like ECDHE.
tls_signature_schemes, A list of signature schemes supported for cipher suite. These schemes specify the algorithms used for digital signatures in TLS handshakes and certificate verification.
$cipher_suite->algorithms
$cipher_suite->identifiers
$cipher_suite->name
$cipher_suite->tls_groups
$cipher_suite->tls_signature_schemes

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.