Class EncryptorFactory
java.lang.Object
org.identityconnectors.common.security.EncryptorFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Encryptor
Default encryptor that encrypts/descrypts using a default key.static EncryptorFactory
Get the singleton instance of theEncryptorFactory
.abstract Encryptor
Creates 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.
-