org.jruby
Class RubyDigest.Base

java.lang.Object
  extended byorg.jruby.RubyObject
      extended byorg.jruby.RubyDigest.Base
All Implemented Interfaces:
java.lang.Cloneable, IRubyObject
Enclosing class:
RubyDigest

public static class RubyDigest.Base
extends RubyObject


Nested Class Summary
 
Nested classes inherited from class org.jruby.RubyObject
RubyObject.Finalizer
 
Field Summary
protected static ObjectAllocator BASE_ALLOCATOR
           
 
Fields inherited from class org.jruby.RubyObject
instanceVariables, isTrue, metaClass, NEVER, OBJECT_ALLOCATOR
 
Fields inherited from interface org.jruby.runtime.builtin.IRubyObject
NULL_ARRAY
 
Constructor Summary
RubyDigest.Base(Ruby runtime, RubyClass type)
           
 
Method Summary
 IRubyObject digest()
           
 IRubyObject eq(IRubyObject oth)
           
 IRubyObject hexdigest()
           
 IRubyObject initialize_copy(IRubyObject obj)
          rb_obj_init_copy
 IRubyObject initialize(IRubyObject[] args, Block unusedBlock)
           
static IRubyObject s_digest(IRubyObject recv, IRubyObject str)
           
static IRubyObject s_hexdigest(IRubyObject recv, IRubyObject str)
           
 IRubyObject update(IRubyObject obj)
           
 
Methods inherited from class org.jruby.RubyObject
addFinalizer, anyToString, asString, asSymbol, attachToObjectSpace, callInit, callMethod, callMethod, callMethod, callMethod, callMethod, callMethod, callMethod, callMethod, callMethod, callMethod, callMethod, callMethod, callMethod, callMethod, callMethodMissingIfNecessary, callSuper, checkArrayType, checkFrozen, checkStringType, compilerCallMethod, compilerCallMethodWithIndex, convertToArray, convertToFloat, convertToHash, convertToInteger, convertToString, convertToType, convertToType, convertToType, convertToTypeWithCheck, createObjectClass, dataGetStruct, dataWrapStruct, display, doClone, dup, eql, eqlInternal, equal, equalInternal, equals, evalSimple, evalUnder, evalWithBinding, extend, freeze, frozen, getInstanceVariable, getInstanceVariables, getInstanceVariablesSnapshot, getJavaClass, getMetaClass, getNativeTypeIndex, getRuntime, getSingletonClass, getSingletonClassClone, getType, hash, hashCode, id_deprecated, id, infectBy, inherited, initCopy, inspect, instance_eval, instance_exec, instance_of, instance_variable_get, instance_variable_set, instance_variables, instanceVariableNames, isFalse, isFrozen, isImmediate, isKindOf, isNil, isSingleton, isTaint, isTrue, kind_of, makeMetaClass, match, method, methods, nil_p, obj_equal, private_methods, protected_methods, public_methods, puts, rbClone, remove_instance_variable, removeFinalizers, removeInstanceVariable, respond_to, respondsTo, safeGetInstanceVariables, safeHasInstanceVariables, send, setFrozen, setInstanceVariable, setInstanceVariable, setInstanceVariables, setMetaClass, setTaint, singleton_methods, specificEval, taint, tainted, testFrozen, to_s, toString, trueFalseNil, trueFalseNil, type_deprecated, type, untaint
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

BASE_ALLOCATOR

protected static ObjectAllocator BASE_ALLOCATOR
Constructor Detail

RubyDigest.Base

public RubyDigest.Base(Ruby runtime,
                       RubyClass type)
Method Detail

s_digest

public static IRubyObject s_digest(IRubyObject recv,
                                   IRubyObject str)

s_hexdigest

public static IRubyObject s_hexdigest(IRubyObject recv,
                                      IRubyObject str)

initialize

public IRubyObject initialize(IRubyObject[] args,
                              Block unusedBlock)
Overrides:
initialize in class RubyObject

initialize_copy

public IRubyObject initialize_copy(IRubyObject obj)
Description copied from class: RubyObject
rb_obj_init_copy

Overrides:
initialize_copy in class RubyObject

update

public IRubyObject update(IRubyObject obj)

digest

public IRubyObject digest()

hexdigest

public IRubyObject hexdigest()

eq

public IRubyObject eq(IRubyObject oth)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.