Descripción
Sintaxis
public static SecureRandom getInstance(String algorithm) throws NoSuchAlgorithmException
public static SecureRandom getInstance(String algorithm, String provider) throws NoSuchAlgorithmException, NoSuchProviderException
public static SecureRandom getInstance(String algorithm, Provider provider) throws NoSuchAlgorithmException
public static SecureRandom getInstance(String algorithm, SecureRandomParameters params) throws NoSuchAlgorithmException
public static SecureRandom getInstance(String algorithm, SecureRandomParameters params, String provider) throws NoSuchAlgorithmException, NoSuchProviderException
public static SecureRandom getInstance(String algorithm, SecureRandomParameters params, Provider provider) throws NoSuchAlgorithmException
Parámetros
- String algorithm,
- SecureRandomParameters params,
- String provider,
- Provider provider,
Excepciones
NoSuchAlgorithmException, IllegalArgumentException, NoSuchProviderException, NullPointerException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.