tigase.util
Class VMPCRandom.Spi
java.lang.Object
java.security.SecureRandomSpi
tigase.util.VMPCRandom.Spi
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- VMPCRandom
public static class VMPCRandom.Spi
- extends SecureRandomSpi
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VMPCRandom.Spi
public VMPCRandom.Spi()
engineGenerateSeed
protected byte[] engineGenerateSeed(int numBytes)
- Specified by:
engineGenerateSeed in class SecureRandomSpi
engineNextBytes
protected void engineNextBytes(byte[] bytes)
- Specified by:
engineNextBytes in class SecureRandomSpi
engineSetSeed
protected void engineSetSeed(byte[] seed)
- Specified by:
engineSetSeed in class SecureRandomSpi
Copyright © 2013 Tigase. All Rights Reserved.