Package tigase.pubsub

Class Utils.Spi

  • Enclosing class:
    Utils

    public static class Utils.Spi
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Spi​(java.util.Random random)  
    • Constructor Detail

      • Spi

        public Spi​(java.util.Random random)
    • Method Detail

      • 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)
      • engineGenerateSeed

        protected byte[] engineGenerateSeed​(int numBytes)