com.sun.xml.wss.impl.callback
Class DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest
java.lang.Object
com.sun.xml.wss.impl.callback.DecryptionKeyCallback.PrivateKeyRequest
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest
public DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest(PublicKey publicKey)
- Constructor.
- Parameters:
publicKey - java.security.PublicKey.
getPublicKey
public PublicKey getPublicKey()
- Get the PublicKey stored in this Request.
- Returns:
java.security.PublicKey.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.