Class PrivateKeyCallback
java.lang.Object
javax.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.
- Version:
- $Rev: 768352 $ $Date: 2009-04-24 12:26:01 -0400 (Fri, 24 Apr 2009) $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static interface
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Certificate[]
private PrivateKey
private final PrivateKeyCallback.Request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChain()
getKey()
void
setKey
(PrivateKey key, Certificate[] chain)
-
Field Details
-
request
-
chain
-
key
-
-
Constructor Details
-
PrivateKeyCallback
-
-
Method Details
-
getRequest
-
getChain
-
getKey
-
setKey
-