org.synchronoss.cpo.encrypt
Class EncryptorFactory
java.lang.Object
org.synchronoss.cpo.encrypt.EncryptorFactory
public class EncryptorFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptorFactory
public EncryptorFactory()
getEncryptor
public static Encryptor getEncryptor(java.lang.String className)
throws java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
- Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
getEncryptor
public static Encryptor getEncryptor()
throws java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
- Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
Copyright © 2009. All Rights Reserved.