Class EncryptorFactory
java.lang.Object
org.identityconnectors.common.security.EncryptorFactory
- Direct Known Subclasses:
 EncryptorFactoryImpl
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract EncryptorDefault encryptor that encrypts/descrypts using a default key.static EncryptorFactoryGet the singleton instance of theEncryptorFactory.abstract EncryptorCreates a new encryptor initialized with a random encryption key. 
- 
Constructor Details
- 
EncryptorFactory
public EncryptorFactory() 
 - 
 - 
Method Details
- 
getInstance
Get the singleton instance of theEncryptorFactory. - 
getDefaultEncryptor
Default encryptor that encrypts/descrypts using a default key. - 
newRandomEncryptor
Creates a new encryptor initialized with a random encryption key. 
 -