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

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

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

CallBack implementation for signature verification key.


Nested Class Summary
static class SignatureVerificationKeyCallback.PublicKeyBasedRequest
          Request for an X.509 certificate given the Public Key This is an optional request and need not be handled by the handler.
static interface SignatureVerificationKeyCallback.Request
           
static class SignatureVerificationKeyCallback.X509CertificateRequest
          A CallbackHandler handling an instance of this request should make sure that an X.509 certificate (to be used for signature verification) must be set on the request.
static class SignatureVerificationKeyCallback.X509IssuerSerialBasedRequest
          Request for an X.509 certificate whose Issuer Name and Serial Number values are given.
static class SignatureVerificationKeyCallback.X509SubjectKeyIdentifierBasedRequest
          Request for an X.509 certificate whose X.509 Subject Key Identifier value is given.
 
Constructor Summary
SignatureVerificationKeyCallback(SignatureVerificationKeyCallback.Request request)
           
 
Method Summary
 SignatureVerificationKeyCallback.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

SignatureVerificationKeyCallback

public SignatureVerificationKeyCallback(SignatureVerificationKeyCallback.Request request)
Method Detail

getRequest

public SignatureVerificationKeyCallback.Request getRequest()


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