public class MockSecureRandomFactoryBean extends SecureRandomFactoryBean
SecureRandomFactoryBean
with test instrumentation.Constructor and Description |
---|
MockSecureRandomFactoryBean() |
Modifier and Type | Method and Description |
---|---|
SecureRandom |
createSecureRandom() |
boolean |
isSecureRandomCreated() |
getAlgorithm, getProvider, setAlgorithm, setProvider
public MockSecureRandomFactoryBean()
public SecureRandom createSecureRandom() throws NoSuchProviderException, NoSuchAlgorithmException
createSecureRandom
in class SecureRandomFactoryBean
NoSuchProviderException
NoSuchAlgorithmException
public boolean isSecureRandomCreated()
Copyright © 2005–2018 QOS.ch. All rights reserved.