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

Packages that use PrivateKeyCallback.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 PrivateKeyCallback.Request in javax.security.auth.message.callback
 

Classes in javax.security.auth.message.callback that implement PrivateKeyCallback.Request
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
 

Methods in javax.security.auth.message.callback that return PrivateKeyCallback.Request
 PrivateKeyCallback.Request PrivateKeyCallback.getRequest()
          Used by the CallbackHandler to get the Request object that identifies the private key to be returned.
 

Constructors in javax.security.auth.message.callback with parameters of type PrivateKeyCallback.Request
PrivateKeyCallback(PrivateKeyCallback.Request request)
          Constructs this PrivateKeyCallback with a private key Request object.
 



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