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

All Superinterfaces:
Reference
All Known Implementing Classes:
KeyIdentifierImpl

public interface KeyIdentifier
extends Reference

KeyIdentifier Interface


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

Method Detail

getValueTypeURI

URI getValueTypeURI()

getEncodingTypeURI

URI getEncodingTypeURI()

getValue

String getValue()

setValue

void setValue(String value)


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