|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.security.auth.message.callback.PrivateKeyCallback
public class PrivateKeyCallback
Callback for acquiring a Public Key Infrastructure (PKI) private key and its corresponding certificate chain. This Callback may be used by client or server authentication modules to obtain private keys or private key references, from key repositories available to the CallbackHandler that processes the Callback.
Nested Class Summary | |
---|---|
static class |
PrivateKeyCallback.AliasRequest
Request type for private keys that are identified using an alias. |
static class |
PrivateKeyCallback.DigestRequest
Request type for private keys that are identified using a certificate digest or thumbprint. |
static class |
PrivateKeyCallback.IssuerSerialNumRequest
Request type for private keys that are identified using an issuer/serial number. |
static interface |
PrivateKeyCallback.Request
Marker interface for private key request types. |
static class |
PrivateKeyCallback.SubjectKeyIDRequest
Request type for private keys that are identified using a SubjectKeyID |
Constructor Summary | |
---|---|
PrivateKeyCallback(PrivateKeyCallback.Request request)
Constructs this PrivateKeyCallback with a private key Request object. |
Method Summary | |
---|---|
java.security.cert.Certificate[] |
getChain()
Used to obtain the certicicate chain set within the Callback. |
java.security.PrivateKey |
getKey()
Used to obtain the private key set within the Callback. |
PrivateKeyCallback.Request |
getRequest()
Used by the CallbackHandler to get the Request object that identifies the private key to be returned. |
void |
setKey(java.security.PrivateKey key,
java.security.cert.Certificate[] chain)
Used by the CallbackHandler to set the requested private key and the corresponding certificate chain within the Callback. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrivateKeyCallback(PrivateKeyCallback.Request request)
The request object identifies the private key to be returned. The corresponding certificate chain for the private key is also returned.
If the request object is null, the handler of the callback relies on its own default.
request
- Identifier for the private key, or null.Method Detail |
---|
public PrivateKeyCallback.Request getRequest()
public void setKey(java.security.PrivateKey key, java.security.cert.Certificate[] chain)
If the requested private key or chain could not be found, then both values must be set to null.
key
- The private key, or null.chain
- The corresponding certificate chain, or null.public java.security.PrivateKey getKey()
public java.security.cert.Certificate[] getChain()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41