站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 .net API Documentation 英文版文档

JBossCryptoFactory (JBoss.Net API) - JBoss 3.2.7 .net API Documentation 英文版文档


org.jboss.net.axis.security
Class JBossCryptoFactory

java.lang.Object
  extended byorg.apache.ws.security.components.crypto.CryptoFactory
      extended byorg.jboss.net.axis.security.JBossCryptoFactory

public class JBossCryptoFactory
extends org.apache.ws.security.components.crypto.CryptoFactory

Title:
Crypto Factory for use within JBoss.Net

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

Version:
$Revision: 1.2.6.1 $
Author:
Jason Essington

Constructor Summary
JBossCryptoFactory()
           
 
Method Summary
static JBossCrypto getInstance(String cryptoClassName, KeyStore keystore)
          Gets an instance of the given Crypto class
 
Methods inherited from class org.apache.ws.security.components.crypto.CryptoFactory
getInstance, getInstance, getInstance
 
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 getInstance(String cryptoClassName,
                                      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:


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.