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
KeyStoreException
KeyStore generateClientKeystore(String alias, String passphrase) throws GeneralSecurityException
GeneralSecurityException
List<KeyStoreEntryDataContainer> getListOfModuleKeyStoreEntries()
String getModuleKeyStoreAlias()
String getModuleKeyStoreLocation()
String getModuleSignatureAlgorithm()
Certificate getCertificate(String alias) throws KeyStoreException
KeyStoreException
PrivateKey getModulePrivateKey()
boolean isAliasInKeystore(String alias) throws KeyStoreException
KeyStoreException
String getCertificateAlias(Certificate certificate) throws KeyStoreException
KeyStoreException
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.