public static class VMPCRandom.Spi extends SecureRandomSpi
Constructor and Description |
---|
Spi() |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
engineGenerateSeed(int numBytes) |
protected void |
engineNextBytes(byte[] bytes) |
protected void |
engineSetSeed(byte[] seed) |
protected byte[] engineGenerateSeed(int numBytes)
engineGenerateSeed
in class SecureRandomSpi
protected void engineNextBytes(byte[] bytes)
engineNextBytes
in class SecureRandomSpi
protected void engineSetSeed(byte[] seed)
engineSetSeed
in class SecureRandomSpi
Copyright © 2017 "Tigase, Inc.". All rights reserved.