Class SignatureKeyCallback.AliasPrivKeyCertRequest

java.lang.Object
com.sun.xml.wss.impl.callback.SignatureKeyCallback.PrivKeyCertRequest
com.sun.xml.wss.impl.callback.SignatureKeyCallback.AliasPrivKeyCertRequest
All Implemented Interfaces:
SignatureKeyCallback.Request
Enclosing class:
SignatureKeyCallback

public static class SignatureKeyCallback.AliasPrivKeyCertRequest extends SignatureKeyCallback.PrivKeyCertRequest
A Callback initialized with this request should be handled if the private key to be used for signing is mapped to some alias.
  • Constructor Details

    • AliasPrivKeyCertRequest

      public AliasPrivKeyCertRequest(String alias)
      Constructor.
      Parameters:
      alias - java.lang.String representing the alias of the PrivateKey to be used for Signature calculation.
  • Method Details

    • getAlias

      public String getAlias()
      Get the alias stored in this Request.
      Returns:
      java.lang.String representing the alias of the PrivateKey to be used for Signature calculation.