当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 .net API Documentation 英文版文档
JBossCrypto (JBoss.Net API) - JBoss 4.0.1 sp1 .net API Documentation 英文版文档
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
Methods inherited from interface org.apache.ws.security.components.crypto.Crypto |
getAliasesForDN, getAliasForX509Cert, getAliasForX509Cert, getAliasForX509Cert, getCertificateData, getCertificateFactory, getCertificates, getDefaultX509Alias, getKeyStore, getPrivateKey, getSKIBytesFromCert, getX509Certificates, loadCertificate, validateCertPath |
getAliasForX500Principal
public String getAliasForX500Principal(X500Principal dn)
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.