Package org.jruby.ext.digest
Class RubyDigest.DigestInstance
java.lang.Object
org.jruby.ext.digest.RubyDigest.DigestInstance
- Enclosing class:
RubyDigest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObject
block_length
(ThreadContext context, IRubyObject self) static IRubyObject
bubblebabble
(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObject
bubblebabble
(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock) Deprecated.static IRubyObject
bubblebabble
(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) static IRubyObject
digest
(ThreadContext context, IRubyObject self) static IRubyObject
digest
(ThreadContext context, IRubyObject self, IRubyObject arg0) static IRubyObject
digest
(ThreadContext context, IRubyObject self, IRubyObject[] args) Deprecated.static IRubyObject
digest_bang
(ThreadContext context, IRubyObject self) static IRubyObject
digest_length
(ThreadContext context, IRubyObject self) static IRubyObject
finish
(ThreadContext context, IRubyObject self) static IRubyObject
hexdigest
(ThreadContext context, IRubyObject self) static IRubyObject
hexdigest
(ThreadContext context, IRubyObject self, IRubyObject arg0) static IRubyObject
hexdigest
(ThreadContext context, IRubyObject self, IRubyObject[] args) Deprecated.static IRubyObject
hexdigest_bang
(ThreadContext context, IRubyObject self) static IRubyObject
inspect
(ThreadContext context, IRubyObject self) static IRubyObject
length
(ThreadContext context, IRubyObject self) static IRubyObject
newObject
(ThreadContext context, IRubyObject self) static IRubyObject
op_equal
(ThreadContext context, IRubyObject self, IRubyObject oth) static IRubyObject
reset
(ThreadContext context, IRubyObject self) static IRubyObject
to_s
(ThreadContext context, IRubyObject self) static IRubyObject
update
(ThreadContext context, IRubyObject self, IRubyObject arg)
-
Constructor Details
-
DigestInstance
public DigestInstance()
-
-
Method Details
-
update
-
finish
-
reset
-
digest_length
-
block_length
-
op_equal
-
inspect
-
newObject
-
digest
-
digest
-
digest_bang
-
hexdigest
-
hexdigest
-
hexdigest_bang
-
bubblebabble
-
bubblebabble
public static IRubyObject bubblebabble(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) -
to_s
-
length
-
digest
@Deprecated public static IRubyObject digest(ThreadContext context, IRubyObject self, IRubyObject[] args) Deprecated. -
hexdigest
@Deprecated public static IRubyObject hexdigest(ThreadContext context, IRubyObject self, IRubyObject[] args) Deprecated. -
bubblebabble
@Deprecated public static IRubyObject bubblebabble(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock) Deprecated.
-