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

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

public static class DecryptionKeyCallback.ThumbprintBasedRequest
extends DecryptionKeyCallback.PrivateKeyRequest

Request for a private key when the X.509 Thumb print value for a corresponding X.509 Certificate is given. TODO: extends PrivateKeyRequest for now


Constructor Summary
DecryptionKeyCallback.ThumbprintBasedRequest(byte[] x509Thumbprint)
          Constructor.
 
Method Summary
 byte[] getThumbprintIdentifier()
          Get the byte stream of X509ThumbPrint set on 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.ThumbprintBasedRequest

public DecryptionKeyCallback.ThumbprintBasedRequest(byte[] x509Thumbprint)
Constructor. It takes the byte stream of X509ThumbPrint.

Method Detail

getThumbprintIdentifier

public byte[] getThumbprintIdentifier()
Get the byte stream of X509ThumbPrint set on this request.

Returns:
byte[] X509ThumbPrint value (byte stream).


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