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