enum

SecureRemotePassword::Algorithm

Inherits Enum / Comparable / Value / Object

Constants

SHA1 = 0
SHA512 = 1

Instance methods

sha1?

Returns true if this enum value equals SHA1

Source
sha512?

Returns true if this enum value equals SHA512

Source