NAME

SBOM::CycloneDX::CryptoProperties::Ikev2TransformType - IKEv2 Transform Types

SYNOPSIS

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

DESCRIPTION

SBOM::CycloneDX::CryptoProperties::Ikev2TransformType specifies 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.

METHODS

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

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

Properties:

auth, IKEv2 Authentication method
encr, Transform Type 1: encryption algorithms
esn, Specifies if an Extended Sequence Number (ESN) is used.
integ, Transform Type 3: integrity algorithms
ke, Transform Type 4: Key Exchange Method (KE) per RFC 9370 (https://www.ietf.org/rfc/rfc9370.html), formerly called Diffie-Hellman Group (D-H).
prf, Transform Type 2: pseudorandom functions
$ikev2_transform_type->auth
$ikev2_transform_type->encr
$ikev2_transform_type->esn
$ikev2_transform_type->integ
$ikev2_transform_type->ke
$ikev2_transform_type->prf

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 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.