Crypto::RSA::KeyPair
Inherits Reference / Object
Constructors
Initializes a new key pair.
Class methods
generate(bits, exponent = 65537, accurate = true)
SourceInstance methods
private_key
Sourcepublic_key
Sourceverify(signature, plaintext)
Verifies the given signature using the public key from this key
pair.