com.sun.xml.wss.impl.callback
Class DecryptionKeyCallback.PrivateKeyRequest
java.lang.Object
com.sun.xml.wss.impl.callback.DecryptionKeyCallback.PrivateKeyRequest
- All Implemented Interfaces:
- DecryptionKeyCallback.Request
- Direct Known Subclasses:
- DecryptionKeyCallback.PublicKeyBasedPrivKeyRequest, DecryptionKeyCallback.ThumbprintBasedRequest, DecryptionKeyCallback.X509CertificateBasedRequest, DecryptionKeyCallback.X509IssuerSerialBasedRequest, DecryptionKeyCallback.X509SubjectKeyIdentifierBasedRequest
- Enclosing class:
- DecryptionKeyCallback
public abstract static class DecryptionKeyCallback.PrivateKeyRequest
- extends Object
- implements DecryptionKeyCallback.Request
CallBackHandler handling this request should set the private key to be
used for decryption on the request.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecryptionKeyCallback.PrivateKeyRequest
public DecryptionKeyCallback.PrivateKeyRequest()
setPrivateKey
public void setPrivateKey(PrivateKey privateKey)
- Set the PrivateKey to be used for Decryption.
- Parameters:
privateKey - java.security.PrivateKey
getPrivateKey
public PrivateKey getPrivateKey()
- Get the PrivateKey.
- Returns:
java.security.PrivateKey object set on this request.
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.