tigase.pubsub
Class Utils.Spi

java.lang.Object
  extended by tigase.pubsub.Utils.Spi
Enclosing class:
Utils

public static class Utils.Spi
extends java.lang.Object


Constructor Summary
Utils.Spi()
           
 
Method Summary
protected  byte[] engineGenerateSeed(int numBytes)
           
 void engineNextBytes(byte[] bytes)
           
 void engineNextBytes(byte[] bytes, int offset)
           
 void engineSetSeed(byte[] seed)
           
 void updateSeed(int hashCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils.Spi

public Utils.Spi()
Method Detail

engineGenerateSeed

protected byte[] engineGenerateSeed(int numBytes)

engineNextBytes

public void engineNextBytes(byte[] bytes)

engineNextBytes

public void engineNextBytes(byte[] bytes,
                            int offset)

engineSetSeed

public void engineSetSeed(byte[] seed)

updateSeed

public void updateSeed(int hashCode)


Copyright © 2008-2009 Tigase. All Rights Reserved.