|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SecretKeyCallback.Request | |
|---|---|
| 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. |
| Uses of SecretKeyCallback.Request in javax.security.auth.message.callback |
|---|
| Classes in javax.security.auth.message.callback that implement SecretKeyCallback.Request | |
|---|---|
static class |
SecretKeyCallback.AliasRequest
Request type for secret keys that are identified using an alias. |
| Methods in javax.security.auth.message.callback that return SecretKeyCallback.Request | |
|---|---|
SecretKeyCallback.Request |
SecretKeyCallback.getRequest()
Used by the CallbackHandler to get the Request object which identifies the secret key to be returned. |
| Constructors in javax.security.auth.message.callback with parameters of type SecretKeyCallback.Request | |
|---|---|
SecretKeyCallback(SecretKeyCallback.Request request)
Constructs this SecretKeyCallback with a secret key Request object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||