Uses of Interface
javax.security.auth.message.callback.PrivateKeyCallback.Request
-
Packages that use PrivateKeyCallback.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 PrivateKeyCallback.Request in javax.security.auth.message.callback
Classes in javax.security.auth.message.callback that implement PrivateKeyCallback.Request Modifier and Type Class Description static classPrivateKeyCallback.AliasRequestRequest type for private keys that are identified using an alias.static classPrivateKeyCallback.DigestRequestRequest type for private keys that are identified using a certificate digest or thumbprint.static classPrivateKeyCallback.IssuerSerialNumRequestRequest type for private keys that are identified using an issuer/serial number.static classPrivateKeyCallback.SubjectKeyIDRequestRequest type for private keys that are identified using a SubjectKeyIDMethods in javax.security.auth.message.callback that return PrivateKeyCallback.Request Modifier and Type Method Description PrivateKeyCallback.RequestPrivateKeyCallback. 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 Constructor Description PrivateKeyCallback(PrivateKeyCallback.Request request)Constructs this PrivateKeyCallback with a private key Request object.
-