Interface RSAPrivateKeyLoader
- All Known Implementing Classes:
JKSRSAPrivateKeyLoader
,PEMRSAPrivateKeyLoader
public interface RSAPrivateKeyLoader
A RSAPrivateKeyLoader can be used to load a RSAPrivateKey, given
configuration information.
-
Method Summary
Modifier and Type Method Description Set<ConnectorProperty>
getRequiredPropertyNames()
RSAPrivateKey
load(BaseConnectorConfiguration configuration)
-
Method Details
-
getRequiredPropertyNames
Set<ConnectorProperty> getRequiredPropertyNames() -
load
RSAPrivateKey load(BaseConnectorConfiguration configuration) throws org.identityconnectors.framework.common.exceptions.ConnectorSecurityException- Throws:
org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
-