Module io.github.mmm.crypto
Package io.github.mmm.crypto.random
Interface AbstractSecuritySetRandomFactory
-
- All Superinterfaces:
AbstractSecurityGetRandomFactory
public interface AbstractSecuritySetRandomFactory extends AbstractSecurityGetRandomFactory
- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setRandomFactory(RandomFactory factory)
-
Methods inherited from interface io.github.mmm.crypto.random.AbstractSecurityGetRandomFactory
getRandomFactory, getRandomFactoryRequired
-
-
-
-
Method Detail
-
setRandomFactory
void setRandomFactory(RandomFactory factory)
- Parameters:
factory
- theRandomFactory
to set.
-
-