public interface JavaSecurityManagementService
| Modifier and Type | Method and Description | 
|---|---|
| KeyStore | generateClientKeystore(String alias,
                                            String passphrase) | 
| Certificate | getCertificate(String alias) | 
| String | getCertificateAlias(Certificate certificate) | 
| List<KeyStoreEntryDataContainer> | getListOfModuleKeyStoreEntries() | 
| String | getModuleKeyStoreAlias() | 
| String | getModuleKeyStoreLocation() | 
| PrivateKey | getModulePrivateKey() | 
| String | getModuleSignatureAlgorithm() | 
| boolean | isAliasInKeystore(String alias) | 
| void | removeClientCertificate(String alias) | 
void removeClientCertificate(String alias) throws KeyStoreException
KeyStoreExceptionKeyStore generateClientKeystore(String alias, String passphrase) throws GeneralSecurityException
GeneralSecurityExceptionList<KeyStoreEntryDataContainer> getListOfModuleKeyStoreEntries()
String getModuleKeyStoreAlias()
String getModuleKeyStoreLocation()
String getModuleSignatureAlgorithm()
Certificate getCertificate(String alias) throws KeyStoreException
KeyStoreExceptionPrivateKey getModulePrivateKey()
boolean isAliasInKeystore(String alias) throws KeyStoreException
KeyStoreExceptionString getCertificateAlias(Certificate certificate) throws KeyStoreException
KeyStoreExceptionCopyright © 2005–2016 The Kuali Foundation. All rights reserved.