org.identityconnectors.common.security.impl
Class EncryptorFactoryImpl

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

public class EncryptorFactoryImpl
extends EncryptorFactory


Constructor Summary
EncryptorFactoryImpl()
           
 
Method Summary
 Encryptor getDefaultEncryptor()
           
 Encryptor newRandomEncryptor()
           
 
Methods inherited from class org.identityconnectors.common.security.EncryptorFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptorFactoryImpl

public EncryptorFactoryImpl()
Method Detail

getDefaultEncryptor

public Encryptor getDefaultEncryptor()
Specified by:
getDefaultEncryptor in class EncryptorFactory

newRandomEncryptor

public Encryptor newRandomEncryptor()
Specified by:
newRandomEncryptor in class EncryptorFactory


Copyright © 2011. All Rights Reserved.