com.sun.xml.ws.security.trust.impl.elements
Class UseKeyImpl

java.lang.Object
  extended by com.sun.xml.ws.security.trust.impl.bindings.UseKeyType
      extended by com.sun.xml.ws.security.trust.impl.elements.UseKeyImpl
All Implemented Interfaces:
UseKey

public class UseKeyImpl
extends UseKeyType
implements UseKey

Author:
Manveen Kaur

Field Summary
 
Fields inherited from class com.sun.xml.ws.security.trust.impl.bindings.UseKeyType
any, sig
 
Constructor Summary
UseKeyImpl(Token token)
           
UseKeyImpl(UseKeyType ukType)
           
 
Method Summary
 URI getSignatureID()
           
 Token getToken()
           
 void setSignatureID(URI sigID)
           
 void setToken(Token token)
           
 
Methods inherited from class com.sun.xml.ws.security.trust.impl.bindings.UseKeyType
getAny, getSig, setAny, setSig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UseKeyImpl

public UseKeyImpl(Token token)

UseKeyImpl

public UseKeyImpl(@NotNull
                  UseKeyType ukType)
Method Detail

setToken

public void setToken(@NotNull
                     Token token)
Specified by:
setToken in interface UseKey

getToken

public Token getToken()
Specified by:
getToken in interface UseKey

setSignatureID

public void setSignatureID(@NotNull
                           URI sigID)
Specified by:
setSignatureID in interface UseKey

getSignatureID

public URI getSignatureID()
Specified by:
getSignatureID in interface UseKey


Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.