com.sun.xml.wss.impl.callback
Class PrivateKeyCallback

java.lang.Object
  extended by com.sun.xml.wss.impl.callback.XWSSCallback
      extended by 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


Constructor Summary
PrivateKeyCallback()
           
 
Method Summary
 String getAlias()
           
 PrivateKey getKey()
           
 KeyStore getKeystore()
           
 void setAlias(String alias)
           
 void setKey(PrivateKey key)
           
 void setKeystore(KeyStore keystore)
           
 
Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback
getRuntimeProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivateKeyCallback

public PrivateKeyCallback()
Method Detail

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.