Uses of Interface
javax.security.auth.message.callback.SecretKeyCallback.Request
-
Packages that use SecretKeyCallback.Request 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. -
-
Uses of SecretKeyCallback.Request in javax.security.auth.message.callback
Classes in javax.security.auth.message.callback that implement SecretKeyCallback.Request Modifier and Type Class Description static classSecretKeyCallback.AliasRequestRequest type for secret keys that are identified using an alias.Methods in javax.security.auth.message.callback that return SecretKeyCallback.Request Modifier and Type Method Description SecretKeyCallback.RequestSecretKeyCallback. 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 Constructor Description SecretKeyCallback(SecretKeyCallback.Request request)Constructs this SecretKeyCallback with a secret key Request object.
-