public class CryptoServicesRegistrar extends Object
| Constructor and Description |
|---|
CryptoServicesRegistrar()default constructor |
| Modifier and Type | Method and Description |
|---|---|
static void | checkConstraints(CryptoServiceProperties csp) |
static SecureRandom | getSecureRandom(SecureRandom secureRandom)Return the default source of randomness. |
public static void checkConstraints(CryptoServiceProperties csp)
csp - the service propertiespublic static SecureRandom getSecureRandom(SecureRandom secureRandom)
secureRandom - the secure random to check