Uses of Class
org.codice.ddf.security.certificate.keystore.editor.KeystoreEditor.KeystoreEditorException
-
Uses of KeystoreEditor.KeystoreEditorException in org.codice.ddf.security.certificate.keystore.editor
Methods in org.codice.ddf.security.certificate.keystore.editor that throw KeystoreEditor.KeystoreEditorExceptionModifier and TypeMethodDescriptionvoidKeystoreEditor.addPrivateKey(String alias, String keyPassword, String storePassword, String data, String type, String fileName) voidKeystoreEditorMBean.addPrivateKey(String alias, String keyPassword, String storePassword, String data, String type, String fileName) voidKeystoreEditor.addTrustedCertificate(String alias, String keyPassword, String storePassword, String data, String type, String fileName) voidKeystoreEditorMBean.addTrustedCertificate(String alias, String keyPassword, String storePassword, String data, String type, String fileName) KeystoreEditor.replaceSystemStores(String fqdn, String keyPassword, String keystorePassword, String keystoreData, String keystoreFileName, String truststorePassword, String truststoreData, String truststoreFileName) KeystoreEditorMBean.replaceSystemStores(String fqdn, String keyPassword, String keystorePassword, String keystoreData, String keystoreFileName, String truststorePassword, String truststoreData, String truststoreFileName) Replaces the system stores (keystore and truststore) with the passed in stores.