NAME
Crypt::OpenSSL3::SSL::Cipher - An SSL Cipher
VERSION
version 0.001
DESCRIPTION
This class holds the algorithm information for a particular cipher which are a core part of the SSL/TLS protocol. The available ciphers are configured on a context basis and the actual ones used are then part of the session.
METHODS
description
get_auth_nid
get_bits
get_cipher_nid
get_digest_nid
get_handshake_digest
get_id
get_kx_nid
get_name
get_protocol_id
get_version
is_aead
standard_name
AUTHOR
Leon Timmermans <fawaka@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2025 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.