|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCryptoFactory
org.jboss.net.axis.security.JBossCryptoFactory
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 |
public JBossCryptoFactory()
Method Detail |
public static JBossCrypto (src) getInstance(java.lang.String cryptoClassName, java.security.KeyStore keystore)
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.
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |