class OpenSSL::Digest
inherits Digest
¶
Direct known subclasses
Digest::MD5
Digest::SHA1
Digest::SHA256
Digest::SHA512
Class methods¶
Methods¶
#dup
¶
Returns a shallow copy of this object.
This allocates a new object and copies the contents of
self
into it.