com.sun.xml.wss.impl.callback
Class DecryptionKeyCallback.ThumbprintBasedRequest
java.lang.Object
com.sun.xml.wss.impl.callback.DecryptionKeyCallback.PrivateKeyRequest
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecryptionKeyCallback.ThumbprintBasedRequest
public DecryptionKeyCallback.ThumbprintBasedRequest(byte[] x509Thumbprint)
- Constructor.
It takes the byte stream of X509ThumbPrint.
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.