Skip navigation links


org.identityconnectors.common.security
Class EncryptorFactory

java.lang.Object
  extended by org.identityconnectors.common.security.EncryptorFactory


public abstract class EncryptorFactory
extends java.lang.Object

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

EncryptorFactory

public EncryptorFactory()

Method Detail

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

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.