public class EncryptionKeyCallback extends XWSSCallback implements Callback
| Modifier and Type | Class and Description |
|---|---|
static class |
EncryptionKeyCallback.AliasSymmetricKeyRequest
A CallbackHandler handling an instance of this request should make
sure that a symmetric key alias must be set on the request.
|
static class |
EncryptionKeyCallback.AliasX509CertificateRequest
A Callback initialized with this request should be handled if the
X.509 certificate to be used for encryption is mapped to some alias.
|
static class |
EncryptionKeyCallback.DefaultX509CertificateRequest
A Callback initialized with this request should be handled if there's
some default X.509 certificate to be used for encryption.
|
static class |
EncryptionKeyCallback.PublicKeyBasedRequest |
static interface |
EncryptionKeyCallback.Request |
static class |
EncryptionKeyCallback.SymmetricKeyRequest
A CallbackHandler handling an instance of this request should make
sure that a symmetric key must be set on the request.
|
static class |
EncryptionKeyCallback.X509CertificateRequest
A CallbackHandler handling an instance of this request should make
sure that an X.509 certificate must be set on the request.
|
| Constructor and Description |
|---|
EncryptionKeyCallback(EncryptionKeyCallback.Request request) |
| Modifier and Type | Method and Description |
|---|---|
EncryptionKeyCallback.Request |
getRequest() |
getRuntimePropertiespublic EncryptionKeyCallback(EncryptionKeyCallback.Request request)
public EncryptionKeyCallback.Request getRequest()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.