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
  • Constructor Details

    • PrivateKeyCallback

      public PrivateKeyCallback()
  • Method Details

    • 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()