com.sun.xml.wss.impl.callback
Class DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest

java.lang.Object
  extended by com.sun.xml.wss.impl.callback.DecryptionKeyCallback.PrivateKeyRequest
      extended by com.sun.xml.wss.impl.callback.DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest
All Implemented Interfaces:
DecryptionKeyCallback.Request
Enclosing class:
DecryptionKeyCallback

public static class DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest
extends DecryptionKeyCallback.PrivateKeyRequest

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


Constructor Summary
DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest(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.DecryptionKeyCallback.PrivateKeyRequest
getPrivateKey, setPrivateKey
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest

public DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest(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.