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(PublicKey publicKey)
          Constructor.
 
Method Summary
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest

public DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest(PublicKey publicKey)
Constructor.

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

getPublicKey

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

Returns:
java.security.PublicKey.


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.