Class JKSRSAPrivateKeyLoader
java.lang.Object
com.exclamationlabs.connid.base.connector.authenticator.keys.JKSRSAPrivateKeyLoader
- All Implemented Interfaces:
RSAPrivateKeyLoader
public class JKSRSAPrivateKeyLoader extends Object implements RSAPrivateKeyLoader
Implementation to load a RSAPrivateKey from JKS information (file, password, alias).
-
Constructor Summary
Constructors Constructor Description JKSRSAPrivateKeyLoader()
-
Method Summary
Modifier and Type Method Description Set<ConnectorProperty>
getRequiredPropertyNames()
RSAPrivateKey
load(BaseConnectorConfiguration configuration)
-
Constructor Details
-
JKSRSAPrivateKeyLoader
public JKSRSAPrivateKeyLoader()
-
-
Method Details
-
getRequiredPropertyNames
- Specified by:
getRequiredPropertyNames
in interfaceRSAPrivateKeyLoader
-
load
public RSAPrivateKey load(BaseConnectorConfiguration configuration) throws org.identityconnectors.framework.common.exceptions.ConnectorSecurityException- Specified by:
load
in interfaceRSAPrivateKeyLoader
- Throws:
org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
-