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

Constructor Detail

EncryptionKeyCallback.PublicKeyBasedRequest

public EncryptionKeyCallback.PublicKeyBasedRequest(PublicKey pk)
Constructor.

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