org.jruby.libraries
Class DigestLibrary

java.lang.Object
  extended by org.jruby.libraries.DigestLibrary
All Implemented Interfaces:
Library

public class DigestLibrary
extends java.lang.Object
implements Library

Author:
Ola Bini

Nested Class Summary
static class DigestLibrary.MD5
           
static class DigestLibrary.RMD160
           
static class DigestLibrary.SHA1
           
static class DigestLibrary.SHA2
           
 
Constructor Summary
DigestLibrary()
           
 
Method Summary
 void load(Ruby runtime, boolean wrap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigestLibrary

public DigestLibrary()
Method Detail

load

public void load(Ruby runtime,
                 boolean wrap)
          throws java.io.IOException
Specified by:
load in interface Library
Throws:
java.io.IOException


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