org.jboss.net.axis.security
Interface JBossCrypto

All Superinterfaces:
org.apache.ws.security.components.crypto.Crypto
All Known Implementing Classes:
JBoss14Crypto

public interface JBossCrypto
extends org.apache.ws.security.components.crypto.Crypto

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.

Version:
$Revision: 1.1 $
Author:
Jason Essington

Method Summary
 String getAliasForX500Principal(X500Principal dn)
           
 
Methods inherited from interface org.apache.ws.security.components.crypto.Crypto
getAliasesForDN, getAliasForX509Cert, getAliasForX509Cert, getAliasForX509Cert, getAliasForX509Cert, getCertificateData, getCertificateFactory, getCertificates, getDefaultX509Alias, getKeyStore, getPrivateKey, getSKIBytesFromCert, getX509Certificates, loadCertificate, validateCertPath
 

Method Detail

getAliasForX500Principal

public String getAliasForX500Principal(X500Principal dn)
                                throws Exception
Throws:
Exception


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