Uses of Interface
jakarta.security.auth.message.callback.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 jakarta.security.auth.message.callback
Modifier and TypeClassDescriptionstatic class
Request type for private keys that are identified using an alias.static class
Request type for private keys that are identified using a certificate digest or thumbprint.static class
Request type for private keys that are identified using an issuer/serial number.static class
Request type for private keys that are identified using a SubjectKeyIDModifier and TypeMethodDescriptionPrivateKeyCallback.getRequest()
Used by the CallbackHandler to get the Request object that identifies the private key to be returned.ModifierConstructorDescriptionConstructs this PrivateKeyCallback with a private key Request object.