Class PEMRSAPrivateKeyLoader
java.lang.Object
com.exclamationlabs.connid.base.connector.authenticator.keys.PEMRSAPrivateKeyLoader
- All Implemented Interfaces:
RSAPrivateKeyLoader
public class PEMRSAPrivateKeyLoader extends Object implements RSAPrivateKeyLoader
Implementation to load a RSAPrivateKey from a PEM file.
-
Constructor Summary
Constructors Constructor Description PEMRSAPrivateKeyLoader()
-
Method Summary
Modifier and Type Method Description Set<ConnectorProperty>
getRequiredPropertyNames()
RSAPrivateKey
load(BaseConnectorConfiguration configuration)
-
Constructor Details
-
PEMRSAPrivateKeyLoader
public PEMRSAPrivateKeyLoader()
-
-
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
-