com.sun.xml.wss.impl.callback
Class EncryptionKeyCallback.AliasX509CertificateRequest

java.lang.Object
  extended by com.sun.xml.wss.impl.callback.EncryptionKeyCallback.X509CertificateRequest
      extended by com.sun.xml.wss.impl.callback.EncryptionKeyCallback.AliasX509CertificateRequest
All Implemented Interfaces:
EncryptionKeyCallback.Request
Enclosing class:
EncryptionKeyCallback

public static class EncryptionKeyCallback.AliasX509CertificateRequest
extends EncryptionKeyCallback.X509CertificateRequest

A Callback initialized with this request should be handled if the X.509 certificate to be used for encryption is mapped to some alias.


Constructor Summary
EncryptionKeyCallback.AliasX509CertificateRequest(java.lang.String alias)
          Constructor.
 
Method Summary
 java.lang.String getAlias()
          Get the alias stored in this Request.
 
Methods inherited from class com.sun.xml.wss.impl.callback.EncryptionKeyCallback.X509CertificateRequest
getX509Certificate, setX509Certificate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionKeyCallback.AliasX509CertificateRequest

public EncryptionKeyCallback.AliasX509CertificateRequest(java.lang.String alias)
Constructor.

Parameters:
alias - String representing the alias of the X509Certificate.
Method Detail

getAlias

public java.lang.String getAlias()
Get the alias stored in this Request.

Returns:
java.lang.String


Copyright ? 2005 Sun Microsystems, Inc. All Rights Reserved.