org.jruby
Class RubyDigest.DigestInstance
java.lang.Object
org.jruby.RubyDigest.DigestInstance
- Enclosing class:
- RubyDigest
public static class RubyDigest.DigestInstance
- extends java.lang.Object
Method Summary |
static IRubyObject |
block_length(ThreadContext ctx,
IRubyObject self)
|
static IRubyObject |
digest_bang(ThreadContext ctx,
IRubyObject self)
|
static IRubyObject |
digest_length(ThreadContext ctx,
IRubyObject self)
|
static IRubyObject |
digest(ThreadContext ctx,
IRubyObject self,
IRubyObject[] args)
|
static IRubyObject |
file(ThreadContext ctx,
IRubyObject self,
IRubyObject filename)
|
static IRubyObject |
finish(ThreadContext ctx,
IRubyObject self)
|
static IRubyObject |
hexdigest_bang(ThreadContext ctx,
IRubyObject self)
|
static IRubyObject |
hexdigest(ThreadContext ctx,
IRubyObject self,
IRubyObject[] args)
|
static IRubyObject |
inspect(ThreadContext ctx,
IRubyObject self)
|
static IRubyObject |
length(ThreadContext ctx,
IRubyObject self)
|
static IRubyObject |
newObject(ThreadContext ctx,
IRubyObject self)
|
static IRubyObject |
op_equal(ThreadContext ctx,
IRubyObject self,
IRubyObject oth)
|
static IRubyObject |
reset(ThreadContext ctx,
IRubyObject self)
|
static IRubyObject |
to_s(ThreadContext ctx,
IRubyObject self)
|
static IRubyObject |
update(ThreadContext ctx,
IRubyObject self,
IRubyObject arg)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RubyDigest.DigestInstance
public RubyDigest.DigestInstance()
update
public static IRubyObject update(ThreadContext ctx,
IRubyObject self,
IRubyObject arg)
finish
public static IRubyObject finish(ThreadContext ctx,
IRubyObject self)
reset
public static IRubyObject reset(ThreadContext ctx,
IRubyObject self)
digest_length
public static IRubyObject digest_length(ThreadContext ctx,
IRubyObject self)
block_length
public static IRubyObject block_length(ThreadContext ctx,
IRubyObject self)
op_equal
public static IRubyObject op_equal(ThreadContext ctx,
IRubyObject self,
IRubyObject oth)
inspect
public static IRubyObject inspect(ThreadContext ctx,
IRubyObject self)
newObject
public static IRubyObject newObject(ThreadContext ctx,
IRubyObject self)
digest
public static IRubyObject digest(ThreadContext ctx,
IRubyObject self,
IRubyObject[] args)
digest_bang
public static IRubyObject digest_bang(ThreadContext ctx,
IRubyObject self)
hexdigest
public static IRubyObject hexdigest(ThreadContext ctx,
IRubyObject self,
IRubyObject[] args)
hexdigest_bang
public static IRubyObject hexdigest_bang(ThreadContext ctx,
IRubyObject self)
to_s
public static IRubyObject to_s(ThreadContext ctx,
IRubyObject self)
length
public static IRubyObject length(ThreadContext ctx,
IRubyObject self)
file
public static IRubyObject file(ThreadContext ctx,
IRubyObject self,
IRubyObject filename)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.