Package | Description |
---|---|
javax.security.auth.message.callback |
This package defines callback interfaces that may be used by a pluggable message authentication module to interact with the message processing runtime that invoked the module.
|
Modifier and Type | Class and Description |
---|---|
static class |
PrivateKeyCallback.AliasRequest
Request type for private keys that are identified using an alias.
|
static class |
PrivateKeyCallback.DigestRequest
Request type for private keys that are identified using a
certificate digest or thumbprint.
|
static class |
PrivateKeyCallback.IssuerSerialNumRequest
Request type for private keys that are identified using an
issuer/serial number.
|
static class |
PrivateKeyCallback.SubjectKeyIDRequest
Request type for private keys that are identified using a SubjectKeyID
|
Modifier and Type | Method and Description |
---|---|
PrivateKeyCallback.Request |
PrivateKeyCallback.getRequest()
Used by the CallbackHandler to
get the Request object that identifies the private key to be returned.
|
Constructor and Description |
---|
PrivateKeyCallback(PrivateKeyCallback.Request request)
Constructs this PrivateKeyCallback with a private key Request object.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.