Package com.sun.xml.wss.impl.callback
Class SignatureKeyCallback
- java.lang.Object
-
- com.sun.xml.wss.impl.callback.XWSSCallback
-
- com.sun.xml.wss.impl.callback.SignatureKeyCallback
-
- All Implemented Interfaces:
Callback
public class SignatureKeyCallback extends XWSSCallback implements Callback
CallBack implementation for signature key.- Author:
- XWS-Security Team
-
-
Nested Class Summary
Nested Classes 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 PublicKeystatic interfaceSignatureKeyCallback.Request
-
Constructor Summary
Constructors Constructor Description SignatureKeyCallback(SignatureKeyCallback.Request request)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignatureKeyCallback.RequestgetRequest()-
Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback
getRuntimeProperties
-
-
-
-
Constructor Detail
-
SignatureKeyCallback
public SignatureKeyCallback(SignatureKeyCallback.Request request)
-
-
Method Detail
-
getRequest
public SignatureKeyCallback.Request getRequest()
-
-