com.sun.xml.wss.impl.callback
Class EncryptionKeyCallback.PublicKeyBasedRequest

java.lang.Object
  extended by com.sun.xml.wss.impl.callback.EncryptionKeyCallback.X509CertificateRequest
      extended by com.sun.xml.wss.impl.callback.EncryptionKeyCallback.PublicKeyBasedRequest
All Implemented Interfaces:
EncryptionKeyCallback.Request
Enclosing class:
EncryptionKeyCallback

public static class EncryptionKeyCallback.PublicKeyBasedRequest
extends EncryptionKeyCallback.X509CertificateRequest


Constructor Summary
EncryptionKeyCallback.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.EncryptionKeyCallback.X509CertificateRequest
getX509Certificate, setX509Certificate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionKeyCallback.PublicKeyBasedRequest

public EncryptionKeyCallback.PublicKeyBasedRequest(java.security.PublicKey pk)
Constructor.

Parameters:
pk - java.security.PublicKey representing the PublicKey to be used for Encryption.
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.