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 IRubyObjectblock_length(ThreadContext context, IRubyObject self) static IRubyObjectbubblebabble(ThreadContext context, IRubyObject recv, IRubyObject arg0) static IRubyObjectbubblebabble(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block unusedBlock) Deprecated.static IRubyObjectbubblebabble(ThreadContext context, IRubyObject recv, IRubyObject arg0, IRubyObject arg1) static IRubyObjectdigest(ThreadContext context, IRubyObject self) static IRubyObjectdigest(ThreadContext context, IRubyObject self, IRubyObject arg0) static IRubyObjectdigest(ThreadContext context, IRubyObject self, IRubyObject[] args) Deprecated.static IRubyObjectdigest_bang(ThreadContext context, IRubyObject self) static IRubyObjectdigest_length(ThreadContext context, IRubyObject self) static IRubyObjectfinish(ThreadContext context, IRubyObject self) static IRubyObjecthexdigest(ThreadContext context, IRubyObject self) static IRubyObjecthexdigest(ThreadContext context, IRubyObject self, IRubyObject arg0) static IRubyObjecthexdigest(ThreadContext context, IRubyObject self, IRubyObject[] args) Deprecated.static IRubyObjecthexdigest_bang(ThreadContext context, IRubyObject self) static IRubyObjectinspect(ThreadContext context, IRubyObject self) static IRubyObjectlength(ThreadContext context, IRubyObject self) static IRubyObjectnewObject(ThreadContext context, IRubyObject self) static IRubyObjectop_equal(ThreadContext context, IRubyObject self, IRubyObject oth) static IRubyObjectreset(ThreadContext context, IRubyObject self) static IRubyObjectto_s(ThreadContext context, IRubyObject self) static IRubyObjectupdate(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.
-