com.sun.xml.wss.impl.callback
Class SignatureKeyCallback.AliasPrivKeyCertRequest

java.lang.Object
  extended by com.sun.xml.wss.impl.callback.SignatureKeyCallback.PrivKeyCertRequest
      extended by com.sun.xml.wss.impl.callback.SignatureKeyCallback.AliasPrivKeyCertRequest
All Implemented Interfaces:
SignatureKeyCallback.Request
Enclosing class:
SignatureKeyCallback

public static class SignatureKeyCallback.AliasPrivKeyCertRequest
extends SignatureKeyCallback.PrivKeyCertRequest

A Callback initialized with this request should be handled if the private key to be used for signing is mapped to some alias.


Constructor Summary
SignatureKeyCallback.AliasPrivKeyCertRequest(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.SignatureKeyCallback.PrivKeyCertRequest
getPrivateKey, getX509Certificate, setPrivateKey, setX509Certificate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureKeyCallback.AliasPrivKeyCertRequest

public SignatureKeyCallback.AliasPrivKeyCertRequest(java.lang.String alias)
Constructor.

Parameters:
alias - java.lang.String representing the alias of the PrivateKey to be used for Signature calculation.
Method Detail

getAlias

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

Returns:
java.lang.String representing the alias of the PrivateKey to be used for Signature calculation.


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