com.sun.xml.ws.security.trust.elements
Interface UseKey

All Known Implementing Classes:
UseKeyImpl, UseKeyImpl

public interface UseKey


Method Summary
 java.net.URI getSignatureID()
          get the Sig attribute value if set, null otherwise
 com.sun.xml.ws.security.Token getToken()
          Get the Token contained in the element, null otherwise.
 void setSignatureID(java.net.URI sigID)
          Set the option Sig attribute of UseKey
 void setToken(com.sun.xml.ws.security.Token token)
          Set the Token as the contents of UseKey
 

Method Detail

setToken

void setToken(com.sun.xml.ws.security.Token token)
Set the Token as the contents of UseKey


getToken

com.sun.xml.ws.security.Token getToken()
Get the Token contained in the element, null otherwise.


setSignatureID

void setSignatureID(java.net.URI sigID)
Set the option Sig attribute of UseKey


getSignatureID

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