java.lang.Objectjavax.security.auth.message.callback.PrivateKeyCallback
All Implemented Interfaces:
Callback
- href="mailto:Anil.Saldhana@jboss.org">Anil Saldhana
Charlie
- Lai, Ron Monzillo (Javadoc for JSR-196)May
- 11, 2006$
- Revision: 45179 $Nested Class Summary: | ||
---|---|---|
public static interface | PrivateKeyCallback.Request | Marker interface for private key request types. |
public static class | PrivateKeyCallback.AliasRequest | Request type for private keys that are identified via an alias. |
public static class | PrivateKeyCallback.IssuerSerialNumRequest | Request type for private keys that are identified via an issuer/serial number. |
public static class | PrivateKeyCallback.SubjectKeyIDRequest | Request type for private keys that are identified via a SubjectKeyID |
Constructor: |
---|
Constructs this PrivateKeyCallback with a private key Request object. 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.
|
Method from javax.security.auth.message.callback.PrivateKeyCallback Summary: |
---|
getChain, getKey, getRequest, setKey |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.security.auth.message.callback.PrivateKeyCallback Detail: |
---|
|
|
|
Set the requested private key. If the requested private key or chain could not be found, then both values must be set to null. |