Package com.iplanet.am.util
Class SecureRandomFactoryImpl
- java.lang.Object
-
- com.iplanet.am.util.SecureRandomFactoryImpl
-
- All Implemented Interfaces:
SecureRandomFactory
public class SecureRandomFactoryImpl extends Object implements SecureRandomFactory
-
-
Constructor Summary
Constructors Constructor Description SecureRandomFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecureRandomgetSecureRandomInstance()
-
-
-
Method Detail
-
getSecureRandomInstance
public SecureRandom getSecureRandomInstance() throws Exception
- Specified by:
getSecureRandomInstancein interfaceSecureRandomFactory- Throws:
Exception
-
-