|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.impl.callback.SignatureVerificationKeyCallback.X509CertificateRequest
com.sun.xml.wss.impl.callback.SignatureVerificationKeyCallback.PublicKeyBasedRequest
public static class SignatureVerificationKeyCallback.PublicKeyBasedRequest
Request for an X.509 certificate given the Public Key This is an optional request and need not be handled by the handler. The runtime makes a callback with this request to obtain the certificate corresponding to the PublicKey. The returned certificate is stored in the requestor Subject for later use by the Application.
| Constructor Summary | |
|---|---|
SignatureVerificationKeyCallback.PublicKeyBasedRequest(java.security.PublicKey pk)
Constructor. |
|
| Method Summary | |
|---|---|
java.security.PublicKey |
getPublicKey()
Get the PublicKey stored in this Request. |
| Methods inherited from class com.sun.xml.wss.impl.callback.SignatureVerificationKeyCallback.X509CertificateRequest |
|---|
getX509Certificate, setX509Certificate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SignatureVerificationKeyCallback.PublicKeyBasedRequest(java.security.PublicKey pk)
pk - java.security.PublicKey representing the PublicKey
to be used for Signature Verification.| Method Detail |
|---|
public java.security.PublicKey getPublicKey()
java.security.PublicKey representing the PublicKey used
for Signature Verification.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||