Descripción
Sintaxis
static KeyStore getInstance(File file, char[] password)
static KeyStore getInstance(File file, KeyStore.LoadStoreParameter param)
public static KeyStore getInstance(String type) throws KeyStoreException
public static KeyStore getInstance(String type, String provider) throws KeyStoreException, NoSuchProviderException
public static KeyStore getInstance(String type, Provider provider) throws KeyStoreException
Parámetros
- File file,
- char[] password,
- Provider provider,
- String provider,
- String type,
- KeyStore.LoadStoreParameter param,
Excepciones
NoSuchProviderException, IllegalArgumentException, KeyStoreException, 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.