public class KeyStoreExtensions extends Object
KeyStoreExtensions.| Constructor and Description |
|---|
KeyStoreExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deleteAlias(File keystoreFile,
String alias,
String password)
Delete the given alias from the given keystore file.
|
public static void deleteAlias(File keystoreFile, String alias, String password) throws NoSuchAlgorithmException, CertificateException, FileNotFoundException, KeyStoreException, IOException
keystoreFile - the keystore filealias - the aliaspassword - the passwordNoSuchAlgorithmException - the no such algorithm exceptionCertificateException - the certificate exceptionFileNotFoundException - the file not found exceptionKeyStoreException - the key store exceptionIOException - Signals that an I/O exception has occurred.Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.