tigase.pubsub
Class Utils.Spi

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

public static class Utils.Spi
extends Object


Constructor Summary
Utils.Spi(Random random)
           
 
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(Random random)
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-2012 Tigase. All Rights Reserved.