|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.jca.security.SecureRandomSpi
Constructor Summary | |
SecureRandomSpi()
|
Method Summary | |
protected abstract byte[] |
engineGenerateSeed(int numBytes)
|
protected abstract void |
engineNextBytes(byte[] bytes)
|
protected abstract void |
engineSetSeed(byte[] seed)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SecureRandomSpi()
Method Detail |
protected abstract byte[] engineGenerateSeed(int numBytes)
protected abstract void engineNextBytes(byte[] bytes)
protected abstract void engineSetSeed(byte[] seed)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |