Uses of Class
com.sun.xml.ws.security.secext10.KeyIdentifierType
-
Packages that use KeyIdentifierType Package Description com.sun.xml.ws.security.secext10 com.sun.xml.ws.security.trust.impl.elements.str -
-
Uses of KeyIdentifierType in com.sun.xml.ws.security.secext10
Methods in com.sun.xml.ws.security.secext10 that return KeyIdentifierType Modifier and Type Method Description KeyIdentifierTypeObjectFactory. createKeyIdentifierType()Create an instance ofKeyIdentifierTypeMethods in com.sun.xml.ws.security.secext10 that return types with arguments of type KeyIdentifierType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<KeyIdentifierType>ObjectFactory. createKeyIdentifier(KeyIdentifierType value)Methods in com.sun.xml.ws.security.secext10 with parameters of type KeyIdentifierType Modifier and Type Method Description jakarta.xml.bind.JAXBElement<KeyIdentifierType>ObjectFactory. createKeyIdentifier(KeyIdentifierType value) -
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 Modifier and Type Class Description classKeyIdentifierImplKeyIdentifier implementationConstructors in com.sun.xml.ws.security.trust.impl.elements.str with parameters of type KeyIdentifierType Constructor Description KeyIdentifierImpl(KeyIdentifierType kidType)
-