org.apache.tomee.catalina.session
Class FastNonSecureRandom
java.lang.Object
java.util.Random
java.security.SecureRandom
org.apache.tomee.catalina.session.FastNonSecureRandom
- All Implemented Interfaces:
- Serializable
public class FastNonSecureRandom
- extends SecureRandom
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastNonSecureRandom
public FastNonSecureRandom()
getAlgorithm
public String getAlgorithm()
- Overrides:
getAlgorithm in class SecureRandom
setSeed
public void setSeed(byte[] seed)
- Overrides:
setSeed in class SecureRandom
setSeed
public void setSeed(long seed)
- Overrides:
setSeed in class SecureRandom
nextBytes
public void nextBytes(byte[] bytes)
- Overrides:
nextBytes in class SecureRandom
generateSeed
public byte[] generateSeed(int numBytes)
- Overrides:
generateSeed in class SecureRandom
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.