Uses of Interface
com.sun.xml.wss.impl.callback.SignatureKeyCallback.Request
-
Packages that use SignatureKeyCallback.Request Package Description 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 Modifier and Type Class Description static classSignatureKeyCallback.AliasPrivKeyCertRequestA Callback initialized with this request should be handled if the private key to be used for signing is mapped to some alias.static classSignatureKeyCallback.DefaultPrivKeyCertRequestA Callback initialized with this request should be handled if there's some default private key to be used for signing.static classSignatureKeyCallback.PrivKeyCertRequestA 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 classSignatureKeyCallback.PublicKeyBasedPrivKeyCertRequestA Callback initialized with this request should be handled if the private key to be used for signing is to be retrieved given the PublicKeyMethods in com.sun.xml.wss.impl.callback that return SignatureKeyCallback.Request Modifier and Type Method Description SignatureKeyCallback.RequestSignatureKeyCallback. getRequest()Constructors in com.sun.xml.wss.impl.callback with parameters of type SignatureKeyCallback.Request Constructor Description SignatureKeyCallback(SignatureKeyCallback.Request request)
-