org.jboss.net.axis.security
Class JBossCryptoFactory

java.lang.Object
  extended byCryptoFactory
      extended byorg.jboss.net.axis.security.JBossCryptoFactory

public class JBossCryptoFactory
extends CryptoFactory

Title:
Crypto Factory for use within JBoss.Net

Description:
Crypto factory that returns JBossCrypto implementations rather than Crypto implementations

See Also:
Serialized Form

Constructor Summary
JBossCryptoFactory()
           
 
Method Summary
static JBossCrypto (src) getInstance(java.lang.String cryptoClassName, java.security.KeyStore keystore)
          Gets an instance of the given Crypto class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossCryptoFactory

public JBossCryptoFactory()
Method Detail

getInstance

public static JBossCrypto (src)  getInstance(java.lang.String cryptoClassName,
                                      java.security.KeyStore keystore)
Gets an instance of the given Crypto class

Parameters:
cryptoClassName - name of the crypto class to load. This class should have a constructor that takes a keystore as a parameter
keystore - this is the keystore that will be used by the crypto class.
Returns: