Class: OpenSSL::SignatureAlgorithm::RSAPKCS1

Inherits:
RSA
  • Object
show all
Defined in:
lib/openssl/signature_algorithm/rsapkcs1.rb

Constant Summary

Constants inherited from RSA

OpenSSL::SignatureAlgorithm::RSA::ACCEPTED_HASH_FUNCTIONS, OpenSSL::SignatureAlgorithm::RSA::DEFAULT_KEY_SIZE

Instance Attribute Summary

Attributes inherited from RSA

#hash_function

Attributes inherited from Base

#signing_key, #verify_key

Method Summary

Methods inherited from RSA

#generate_signing_key, #initialize

Methods inherited from Base

#compatible_verify_key?, #sign, #verify

Constructor Details

This class inherits a constructor from OpenSSL::SignatureAlgorithm::RSA