Module io.github.mmm.crypto
Package io.github.mmm.crypto.random
Interface AbstractSecurityGetRandomFactory
-
- All Known Subinterfaces:
AbstractSecuritySetRandomFactory
public interface AbstractSecurityGetRandomFactoryAbstract interface togettheRandomFactory.- 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 RandomFactorygetRandomFactory()default RandomFactorygetRandomFactoryRequired()
-
-
-
Method Detail
-
getRandomFactory
RandomFactory getRandomFactory()
- Returns:
- the
RandomFactory. May benull.
-
getRandomFactoryRequired
default RandomFactory getRandomFactoryRequired()
- Returns:
- the
RandomFactory. Nevernull. - Throws:
IllegalStateException- ifgetRandomFactory()isnull.
-
-