public static class RubyDigest.DigestInstance extends Object
Constructor and Description |
---|
RubyDigest.DigestInstance() |
public static IRubyObject update(ThreadContext ctx, IRubyObject self, IRubyObject arg)
public static IRubyObject finish(ThreadContext ctx, IRubyObject self)
public static IRubyObject reset(ThreadContext ctx, IRubyObject self)
public static IRubyObject digest_length(ThreadContext ctx, IRubyObject self)
public static IRubyObject block_length(ThreadContext ctx, IRubyObject self)
public static IRubyObject op_equal(ThreadContext ctx, IRubyObject self, IRubyObject oth)
public static IRubyObject inspect(ThreadContext ctx, IRubyObject self)
public static IRubyObject newObject(ThreadContext ctx, IRubyObject self)
public static IRubyObject digest(ThreadContext ctx, IRubyObject self, IRubyObject[] args)
public static IRubyObject digest_bang(ThreadContext ctx, IRubyObject self)
public static IRubyObject hexdigest(ThreadContext ctx, IRubyObject self, IRubyObject[] args)
public static IRubyObject hexdigest_bang(ThreadContext ctx, IRubyObject self)
public static IRubyObject to_s(ThreadContext ctx, IRubyObject self)
public static IRubyObject length(ThreadContext ctx, IRubyObject self)
Copyright © 2001-2014 JRuby. All Rights Reserved.