public static class PrivateKeyCallback.SubjectKeyIDRequest extends Object implements PrivateKeyCallback.Request
Constructor and Description |
---|
PrivateKeyCallback.SubjectKeyIDRequest(byte[] subjectKeyID)
Construct a SubjectKeyIDRequest with an subjectKeyID.
|
public PrivateKeyCallback.SubjectKeyIDRequest(byte[] subjectKeyID)
The subjectKeyID is used to directly identify the private key to be returned. The corresponding certificate chain for the private key is also returned.
If the subjectKeyID is null, the handler of the callback relies on its own default.
subjectKeyID
- Identifier for the private key, or null.Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.