Descripción
Sintaxis
protected abstract void engineInit(Key key) throws InvalidKeyException, ExemptionMechanismException
protected abstract void engineInit(Key key, AlgorithmParameters params) throws InvalidKeyException, InvalidAlgorithmParameterException, ExemptionMechanismException
protected abstract void engineInit(Key key, AlgorithmParameterSpec params) throws InvalidKeyException, InvalidAlgorithmParameterException, ExemptionMechanismException
Parámetros
- AlgorithmParameterSpec params,
- AlgorithmParameters params,
- Key key,
Excepciones
InvalidKeyException, InvalidAlgorithmParameterException, ExemptionMechanismException
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.