当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 .net API Documentation 英文版文档
JBossCryptoFactory (JBoss.Net API) - JBoss 4.0.1 sp1 .net API Documentation 英文版文档
org.jboss.net.axis.security
Class JBossCryptoFactory
java.lang.Object
org.apache.ws.security.components.crypto.CryptoFactory
org.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 $
- Author:
- Jason Essington
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 |
JBossCryptoFactory
public JBossCryptoFactory()
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 parameterkeystore
- this is the keystore that will be used by the crypto class.
- Returns:
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.