com.sun.xml.ws.security.trust.impl.elements.str
Class KeyIdentifierImpl

java.lang.Object
  extended by com.sun.xml.ws.security.secext10.AttributedString
      extended by com.sun.xml.ws.security.secext10.EncodedString
          extended by com.sun.xml.ws.security.secext10.KeyIdentifierType
              extended by com.sun.xml.ws.security.trust.impl.elements.str.KeyIdentifierImpl
All Implemented Interfaces:
KeyIdentifier, Reference

public class KeyIdentifierImpl
extends KeyIdentifierType
implements KeyIdentifier

KeyIdentifier implementation


Field Summary
 
Fields inherited from class com.sun.xml.ws.security.secext10.KeyIdentifierType
valueType
 
Fields inherited from class com.sun.xml.ws.security.secext10.EncodedString
encodingType
 
Fields inherited from class com.sun.xml.ws.security.secext10.AttributedString
id, value
 
Constructor Summary
KeyIdentifierImpl()
           
KeyIdentifierImpl(KeyIdentifierType kidType)
           
KeyIdentifierImpl(String valueType, String encodingType)
           
 
Method Summary
 URI getEncodingTypeURI()
           
 String getType()
           
 URI getValueTypeURI()
           
 
Methods inherited from class com.sun.xml.ws.security.secext10.KeyIdentifierType
getValueType, setValueType
 
Methods inherited from class com.sun.xml.ws.security.secext10.EncodedString
getEncodingType, setEncodingType
 
Methods inherited from class com.sun.xml.ws.security.secext10.AttributedString
getId, getOtherAttributes, getValue, setId, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.xml.ws.security.trust.elements.str.KeyIdentifier
getValue, setValue
 

Constructor Detail

KeyIdentifierImpl

public KeyIdentifierImpl()

KeyIdentifierImpl

public KeyIdentifierImpl(String valueType,
                         String encodingType)

KeyIdentifierImpl

public KeyIdentifierImpl(KeyIdentifierType kidType)
Method Detail

getValueTypeURI

public URI getValueTypeURI()
Specified by:
getValueTypeURI in interface KeyIdentifier

getEncodingTypeURI

public URI getEncodingTypeURI()
Specified by:
getEncodingTypeURI in interface KeyIdentifier

getType

public String getType()
Specified by:
getType in interface Reference


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