|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.impl.callback.XWSSCallback
com.sun.xml.wss.impl.callback.SignatureKeyCallback
public class SignatureKeyCallback
CallBack implementation for signature key.
| Nested Class Summary | |
|---|---|
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 |
static interface |
SignatureKeyCallback.Request
|
| Constructor Summary | |
|---|---|
SignatureKeyCallback(SignatureKeyCallback.Request request)
|
|
| Method Summary | |
|---|---|
SignatureKeyCallback.Request |
getRequest()
|
| Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback |
|---|
getRuntimeProperties |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SignatureKeyCallback(SignatureKeyCallback.Request request)
| Method Detail |
|---|
public SignatureKeyCallback.Request getRequest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||