org.jboss.net.axis.security
Interface JBossCrypto

All Known Implementing Classes:
JBoss14Crypto (src)

public interface JBossCrypto

Title:
JBoss Crypto

Description:
This is an extension of the wss4j Crypto interface that adds the getAliasForX500Principal method. This method is used to get a key alias for use durring authentication.


Method Summary
 java.lang.String getAliasForX500Principal(javax.security.auth.x500.X500Principal dn)
           
 

Method Detail

getAliasForX500Principal

public java.lang.String getAliasForX500Principal(javax.security.auth.x500.X500Principal dn)
                                          throws java.lang.Exception
Throws:
java.lang.Exception