Uses of Class
com.sun.xml.ws.security.secext10.KeyIdentifierType

Packages that use KeyIdentifierType
com.sun.xml.ws.security.opt.impl.reference   
com.sun.xml.ws.security.secext10   
com.sun.xml.ws.security.trust.impl.elements.str   
 

Uses of KeyIdentifierType in com.sun.xml.ws.security.opt.impl.reference
 

Subclasses of KeyIdentifierType in com.sun.xml.ws.security.opt.impl.reference
 class KeyIdentifier
           
 

Uses of KeyIdentifierType in com.sun.xml.ws.security.secext10
 

Methods in com.sun.xml.ws.security.secext10 that return KeyIdentifierType
 KeyIdentifierType ObjectFactory.createKeyIdentifierType()
          Create an instance of KeyIdentifierType
 

Methods in com.sun.xml.ws.security.secext10 that return types with arguments of type KeyIdentifierType
 JAXBElement<KeyIdentifierType> ObjectFactory.createKeyIdentifier(KeyIdentifierType value)
          Create an instance of JAXBElement<KeyIdentifierType>}
 

Methods in com.sun.xml.ws.security.secext10 with parameters of type KeyIdentifierType
 JAXBElement<KeyIdentifierType> ObjectFactory.createKeyIdentifier(KeyIdentifierType value)
          Create an instance of JAXBElement<KeyIdentifierType>}
 

Uses of KeyIdentifierType in com.sun.xml.ws.security.trust.impl.elements.str
 

Subclasses of KeyIdentifierType in com.sun.xml.ws.security.trust.impl.elements.str
 class KeyIdentifierImpl
          KeyIdentifier implementation
 

Constructors in com.sun.xml.ws.security.trust.impl.elements.str with parameters of type KeyIdentifierType
KeyIdentifierImpl(KeyIdentifierType kidType)
           
 



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