All Known Implementing Classes:
UseKeyImpl, UseKeyImpl

public interface UseKey
Author:
WS-Trust Implementation Team
  • Method Summary

    Modifier and Type
    Method
    Description
    get the Sig attribute value if set, null otherwise
    Get the Token contained in the element, null otherwise.
    void
    Set the option Sig attribute of UseKey
    void
    setToken(Token token)
    Set the Token as the contents of UseKey
  • Method Details

    • setToken

      void setToken(Token token)
      Set the Token as the contents of UseKey
    • getToken

      Token getToken()
      Get the Token contained in the element, null otherwise.
    • setSignatureID

      void setSignatureID(URI sigID)
      Set the option Sig attribute of UseKey
    • getSignatureID

      URI getSignatureID()
      get the Sig attribute value if set, null otherwise