Uses of Interface
com.sun.xml.wss.impl.callback.SignatureKeyCallback.Request

Packages that use SignatureKeyCallback.Request
com.sun.xml.wss.impl.callback   
 

Uses of SignatureKeyCallback.Request in com.sun.xml.wss.impl.callback
 

Classes in com.sun.xml.wss.impl.callback that implement SignatureKeyCallback.Request
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
 

Methods in com.sun.xml.wss.impl.callback that return SignatureKeyCallback.Request
 SignatureKeyCallback.Request SignatureKeyCallback.getRequest()
           
 

Constructors in com.sun.xml.wss.impl.callback with parameters of type SignatureKeyCallback.Request
SignatureKeyCallback(SignatureKeyCallback.Request request)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.