Class 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 Detail

      • PrivateKeyCallback

        public PrivateKeyCallback()
    • Method Detail

      • getKeystore

        public KeyStore getKeystore()
      • setKeystore

        public void setKeystore​(KeyStore keystore)
      • setAlias

        public void setAlias​(String alias)
      • getAlias

        public String getAlias()