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

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

public static class SignatureKeyCallback.DefaultPrivKeyCertRequest
extends SignatureKeyCallback.PrivKeyCertRequest

A Callback initialized with this request should be handled if there's some default private key to be used for signing.


Constructor Summary
SignatureKeyCallback.DefaultPrivKeyCertRequest()
           
 
Method Summary
 
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.DefaultPrivKeyCertRequest

public SignatureKeyCallback.DefaultPrivKeyCertRequest()


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