Class EncryptorFactoryImpl
java.lang.Object
org.identityconnectors.common.security.EncryptorFactory
org.identityconnectors.common.security.impl.EncryptorFactoryImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDefault encryptor that encrypts/descrypts using a default key.Creates a new encryptor initialized with a random encryption key.Methods inherited from class org.identityconnectors.common.security.EncryptorFactory
getInstance
-
Constructor Details
-
EncryptorFactoryImpl
public EncryptorFactoryImpl()
-
-
Method Details
-
getDefaultEncryptor
Description copied from class:EncryptorFactory
Default encryptor that encrypts/descrypts using a default key.- Specified by:
getDefaultEncryptor
in classEncryptorFactory
-
newRandomEncryptor
Description copied from class:EncryptorFactory
Creates a new encryptor initialized with a random encryption key.- Specified by:
newRandomEncryptor
in classEncryptorFactory
-