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:
- javax.security.auth.callback.Callback
public class PrivateKeyCallback
- extends XWSSCallback
- implements javax.security.auth.callback.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 java.security.PrivateKey getKey()
setKey
public void setKey(java.security.PrivateKey key)
getKeystore
public java.security.KeyStore getKeystore()
setKeystore
public void setKeystore(java.security.KeyStore keystore)
setAlias
public void setAlias(java.lang.String alias)
getAlias
public java.lang.String getAlias()
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.