com.sun.xml.wss.impl.callback
Class PrivateKeyCallback
java.lang.Object
com.sun.xml.wss.impl.callback.XWSSCallback
com.sun.xml.wss.impl.callback.PrivateKeyCallback
- All Implemented Interfaces:
- Callback
public class PrivateKeyCallback
- extends XWSSCallback
- implements Callback
Callback class for obtaining the private key from KeyStore
Used only for Metro(WSIT) Security Scenarios
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrivateKeyCallback
public PrivateKeyCallback()
getKey
public PrivateKey getKey()
setKey
public void setKey(PrivateKey key)
getKeystore
public KeyStore getKeystore()
setKeystore
public void setKeystore(KeyStore keystore)
setAlias
public void setAlias(String alias)
getAlias
public String getAlias()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.