Descripción
Sintaxis
protected abstract void engineInit(int opmode, Key key, AlgorithmParameters params, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException
protected abstract void engineInit(int opmode, Key key, SecureRandom random) throws InvalidKeyException
protected abstract void engineInit(int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) throws InvalidKeyException, InvalidAlgorithmParameterException
Parámetros
- AlgorithmParameterSpec params,
- SecureRandom random,
- Key key,
- int opmode,
- AlgorithmParameters params,
Excepciones
InvalidKeyException, InvalidAlgorithmParameterException, UnsupportedOperationException
Clase Padre
Ejemplo
Artículos
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.