JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.liferay.saml.runtime.credential
Interface KeyStoreManager
public interface
KeyStoreManager
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
KeyStore
getKeyStore
()
void
saveKeyStore
(
KeyStore
keyStore)
Method Details
getKeyStore
KeyStore
getKeyStore
() throws
KeyStoreException
Throws:
KeyStoreException
saveKeyStore
void
saveKeyStore
(
KeyStore
keyStore)
throws
Exception
Throws:
Exception