org.identityconnectors.common.security
Class EncryptorFactory
java.lang.Object
org.identityconnectors.common.security.EncryptorFactory
public abstract class EncryptorFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptorFactory
public EncryptorFactory()
getInstance
public static EncryptorFactory getInstance()
- Get the singleton instance of the
EncryptorFactory
.
getDefaultEncryptor
public abstract Encryptor getDefaultEncryptor()
- Default encryptor that encrypts/descrypts using a default key
newRandomEncryptor
public abstract Encryptor newRandomEncryptor()
- Creates a new encryptor initialized with a random encryption key
Copyright © 2012. All Rights Reserved.