Class PrivateKeyCallback
java.lang.Object
jakarta.security.auth.message.callback.PrivateKeyCallback
- All Implemented Interfaces:
- Callback
Callback that enables an authentication module to request a certificate chain and private key from the runtime. The
 information specifying the chain and key may be an alias, a digest, a subject key, or an issuer ID. Other request
 types may be supported.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic interfacestatic class
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetChain()getKey()voidsetKey(PrivateKey key, Certificate[] chain) 
- 
Constructor Details- 
PrivateKeyCallback
 
- 
- 
Method Details- 
getRequest
- 
setKey
- 
getKey
- 
getChain
 
-