com.sun.xml.ws.security.trust.elements.str
Interface KeyIdentifier

All Superinterfaces:
Reference

public interface KeyIdentifier
extends Reference

KeyIdentifier Interface


Method Summary
 java.net.URI getEncodingTypeURI()
           
 java.lang.String getValue()
           
 java.net.URI getValueTypeURI()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from interface com.sun.xml.ws.security.trust.elements.str.Reference
getType
 

Method Detail

getValueTypeURI

java.net.URI getValueTypeURI()

getEncodingTypeURI

java.net.URI getEncodingTypeURI()

getValue

java.lang.String getValue()

setValue

void setValue(java.lang.String value)


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