|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.security.auth.message.callback.PrivateKeyCallback.SubjectKeyIDRequest
public static class PrivateKeyCallback.SubjectKeyIDRequest
Request type for private keys that are identified via a SubjectKeyID
Constructor Summary | |
---|---|
PrivateKeyCallback.SubjectKeyIDRequest(byte[] keyID)
Construct a SubjectKeyIDRequest with an subjectKeyID. |
Method Summary | |
---|---|
byte[] |
getSubjectKeyID()
Get the subjectKeyID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrivateKeyCallback.SubjectKeyIDRequest(byte[] keyID)
Construct a SubjectKeyIDRequest with an 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.
keyID
- identifier for the private key, or null.Method Detail |
---|
public byte[] getSubjectKeyID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |