org.jboss.net.axis.security
Class JBoss14Crypto

java.lang.Object
  extended byMerlin
      extended byorg.jboss.net.axis.security.JBoss14Crypto
All Implemented Interfaces:
JBossCrypto (src)

public class JBoss14Crypto
extends Merlin
implements JBossCrypto (src)

Title:
JBoss14Crypto

Description:
Crypto implementation that can be instantiated with a given keystore (presumably obtained from the SecurityDomain) rather than the properties file expected by Merlin.

See Also:
Serialized Form

Constructor Summary
JBoss14Crypto(java.security.KeyStore keystore)
           
 
Method Summary
 java.lang.String getAliasForX500Principal(javax.security.auth.x500.X500Principal dn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBoss14Crypto

public JBoss14Crypto(java.security.KeyStore keystore)
              throws java.lang.Exception
Method Detail

getAliasForX500Principal

public java.lang.String getAliasForX500Principal(javax.security.auth.x500.X500Principal dn)
                                          throws java.lang.Exception
Specified by:
getAliasForX500Principal in interface JBossCrypto (src)
Throws:
java.lang.Exception