Module io.github.mmm.crypto
Package io.github.mmm.crypto.random
Interface AbstractSecurityGetRandomFactory
-
- All Known Subinterfaces:
AbstractSecuritySetRandomFactory
public interface AbstractSecurityGetRandomFactory
Abstract interface toget
theRandomFactory
.- Since:
- 1.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description RandomFactory
getRandomFactory()
default RandomFactory
getRandomFactoryRequired()
-
-
-
Method Detail
-
getRandomFactory
RandomFactory getRandomFactory()
- Returns:
- the
RandomFactory
. May benull
.
-
getRandomFactoryRequired
default RandomFactory getRandomFactoryRequired()
- Returns:
- the
RandomFactory
. Nevernull
. - Throws:
IllegalStateException
- ifgetRandomFactory()
isnull
.
-
-