Uses of Interface
javax.security.auth.message.callback.SecretKeyCallback.Request

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.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.