Class EncryptorFactoryImpl
java.lang.Object
org.identityconnectors.common.security.EncryptorFactory
org.identityconnectors.common.security.impl.EncryptorFactoryImpl
-
Constructor Summary
Constructors -
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:EncryptorFactoryDefault encryptor that encrypts/descrypts using a default key.- Specified by:
getDefaultEncryptorin classEncryptorFactory
-
newRandomEncryptor
Description copied from class:EncryptorFactoryCreates a new encryptor initialized with a random encryption key.- Specified by:
newRandomEncryptorin classEncryptorFactory
-