Class: HrrRbSsh::Algorithm::Publickey::EcdsaSha2Nistp384
- Inherits:
-
HrrRbSsh::Algorithm::Publickey
- Object
- HrrRbSsh::Algorithm::Publickey
- HrrRbSsh::Algorithm::Publickey::EcdsaSha2Nistp384
- Includes:
- EcdsaSha2
- Defined in:
- lib/hrr_rb_ssh/algorithm/publickey/ecdsa_sha2_nistp384.rb
Constant Summary collapse
- NAME =
'ecdsa-sha2-nistp384'
- DIGEST =
'sha384'
- IDENTIFIER =
'nistp384'
- CURVE_NAME =
'secp384r1'
Instance Attribute Summary
Attributes included from Loggable
Method Summary
Methods included from EcdsaSha2
#ecdsa_signature_blob, #initialize, #new_by_key_str, #new_by_public_key_blob, #sign, #to_pem, #to_public_key_blob, #verify
Methods included from Loggable
#log_debug, #log_error, #log_fatal, #log_info, #log_warn