|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
org.identityconnectors.common.security.EncryptorFactory
public abstract class EncryptorFactory
| Constructor Summary | |
|---|---|
EncryptorFactory() |
|
| Method Summary | |
|---|---|
abstract Encryptor |
getDefaultEncryptor()Default encryptor that encrypts/descrypts using a default key |
static EncryptorFactory |
getInstance()Get the singleton instance of the EncryptorFactory. |
abstract Encryptor |
newRandomEncryptor()Creates a new encryptor initialized with a random encryption key |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EncryptorFactory()
| Method Detail |
|---|
public static EncryptorFactory getInstance()
EncryptorFactory.public abstract Encryptor getDefaultEncryptor()
public abstract Encryptor newRandomEncryptor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||