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 |
SecretKeyCallback.AliasRequest
Request type for secret keys that are identified using an alias.
|
Modifier and Type | Method and Description |
---|---|
SecretKeyCallback.Request |
SecretKeyCallback.getRequest()
Used by the CallbackHandler to get the Request object which identifies
the secret key to be returned.
|
Constructor and Description |
---|
SecretKeyCallback(SecretKeyCallback.Request request)
Constructs this SecretKeyCallback with a secret key Request object.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.