com.sun.xml.wss.impl.callback
Class SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest

java.lang.Object
  extended by com.sun.xml.wss.impl.callback.SignatureKeyCallback.PrivKeyCertRequest
      extended by com.sun.xml.wss.impl.callback.SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest
All Implemented Interfaces:
SignatureKeyCallback.Request
Enclosing class:
SignatureKeyCallback

public static class SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest
extends SignatureKeyCallback.PrivKeyCertRequest

A Callback initialized with this request should be handled if the private key to be used for signing is to be retrieved given the PublicKey


Constructor Summary
SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest(java.security.PublicKey publicKey)
          Constructor.
 
Method Summary
 java.security.PublicKey getPublicKey()
          Get the PublicKey stored in this Request.
 
Methods inherited from class com.sun.xml.wss.impl.callback.SignatureKeyCallback.PrivKeyCertRequest
getPrivateKey, getX509Certificate, setPrivateKey, setX509Certificate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest

public SignatureKeyCallback.PublicKeyBasedPrivKeyCertRequest(java.security.PublicKey publicKey)
Constructor.

Parameters:
publicKey - java.security.PublicKey.
Method Detail

getPublicKey

public java.security.PublicKey getPublicKey()
Get the PublicKey stored in this Request.

Returns:
java.security.PublicKey.


Copyright ? 2005 Sun Microsystems, Inc. All Rights Reserved.