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

java.lang.Object
  extended by com.sun.xml.wss.impl.callback.XWSSCallback
      extended by com.sun.xml.wss.impl.callback.SignatureKeyCallback
All Implemented Interfaces:
javax.security.auth.callback.Callback

public class SignatureKeyCallback
extends XWSSCallback
implements javax.security.auth.callback.Callback

CallBack implementation for signature key.


Nested Class Summary
static class SignatureKeyCallback.AliasPrivKeyCertRequest
          A Callback initialized with this request should be handled if the private key to be used for signing is mapped to some alias.
static class SignatureKeyCallback.DefaultPrivKeyCertRequest
          A Callback initialized with this request should be handled if there's some default private key to be used for signing.
static class SignatureKeyCallback.PrivKeyCertRequest
          A CallbackHandler handling an instance of this request should make sure that a private key and a corresponding X.509 certificate must be set on the request.
static class SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest
          A Callback initialized with this request should be handled if the private key to be used for signing is to be retrieved given the PublicKey
static interface SignatureKeyCallback.Request
           
 
Constructor Summary
SignatureKeyCallback(SignatureKeyCallback.Request request)
           
 
Method Summary
 SignatureKeyCallback.Request getRequest()
           
 
Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback
getRuntimeProperties
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureKeyCallback

public SignatureKeyCallback(SignatureKeyCallback.Request request)
Method Detail

getRequest

public SignatureKeyCallback.Request getRequest()


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