Uses of Interface
javax.security.auth.message.callback.PrivateKeyCallback.Request
Packages that use PrivateKeyCallback.Request
Package
Description
This package defines callback interfaces that may be used by a pluggable authentication mechanisms (aka message authentication modules)
to interact with the container (aka 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.RequestModifier and TypeClassDescriptionstatic classRequest type for private keys that are identified using an alias.static classRequest type for private keys that are identified using a certificate digest or thumbprint.static classRequest type for private keys that are identified using an issuer/serial number.static classRequest type for private keys that are identified using a SubjectKeyIDMethods in javax.security.auth.message.callback that return PrivateKeyCallback.RequestModifier and TypeMethodDescriptionPrivateKeyCallback.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.RequestModifierConstructorDescriptionConstructs this PrivateKeyCallback with a private key Request object.