Interface UseKey
-
- All Known Implementing Classes:
UseKeyImpl,UseKeyImpl
public interface UseKey- Author:
- WS-Trust Implementation Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description URIgetSignatureID()get the Sig attribute value if set, null otherwiseTokengetToken()Get the Token contained in the element, null otherwise.voidsetSignatureID(URI sigID)Set the option Sig attribute of UseKeyvoidsetToken(Token token)Set the Token as the contents of UseKey
-
-
-
Method Detail
-
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
-
-