org.randomness
Class Cryptorandomness.SPI

java.lang.Object
  extended by org.randomness.Randomness
      extended by org.randomness.Cryptorandomness
          extended by org.randomness.Cryptorandomness.SPI
All Implemented Interfaces:
java.io.Closeable, java.nio.channels.Channel, java.nio.channels.ReadableByteChannel, java.nio.channels.ScatteringByteChannel
Enclosing class:
Cryptorandomness

public abstract class Cryptorandomness.SPI
extends Cryptorandomness

Service provider interface for Cryptorandomness class.

Author:
Anton Kabysh

Nested Class Summary
 
Nested classes/interfaces inherited from class org.randomness.Cryptorandomness
Cryptorandomness.SPI
 
Field Summary
 
Fields inherited from class org.randomness.Cryptorandomness
personalizationString
 
Constructor Summary
protected Cryptorandomness.SPI(byte[] personalization)
           
 
Method Summary
 
Methods inherited from class org.randomness.Cryptorandomness
asRandom, clone, close, equals, from, getEntropyInput, getEntropyInput, hashCode, limit, limit, main, mixing, nextSecureHexString, nonce, read, reseed, reset, securityStrength, seedlen, unmodifiable
 
Methods inherited from class org.randomness.Randomness
bind, isOpen, map, minlen, newBuffer, nextBoolean, nextByte, nextChar, nextCharASCII, nextDouble, nextFloat, nextHexString, nextInt, nextInt, nextLong, nextLong, nextProbability, nextShort, read, read, read, readFuture, readSink, reversed, shuffle, toString, tryRead
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cryptorandomness.SPI

protected Cryptorandomness.SPI(byte[] personalization)