public class SignatureKeyCallback extends XWSSCallback implements Callback
| Modifier and Type | Class and Description |
|---|---|
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 and Description |
|---|
SignatureKeyCallback(SignatureKeyCallback.Request request) |
| Modifier and Type | Method and Description |
|---|---|
SignatureKeyCallback.Request |
getRequest() |
getRuntimePropertiespublic SignatureKeyCallback(SignatureKeyCallback.Request request)
public SignatureKeyCallback.Request getRequest()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.