Uses of Interface
org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecuritySecext10.KeyIdentifierType
-
Packages that use KeyIdentifierType Package Description org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecuritySecext10 -
-
Uses of KeyIdentifierType in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecuritySecext10
Methods in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecuritySecext10 that return KeyIdentifierType Modifier and Type Method Description KeyIdentifierTypeKeyIdentifierDocument. addNewKeyIdentifier()Appends and returns a new empty "KeyIdentifier" elementKeyIdentifierTypeKeyIdentifierDocument. getKeyIdentifier()Gets the "KeyIdentifier" elementstatic KeyIdentifierTypeKeyIdentifierType.Factory. newInstance()static KeyIdentifierTypeKeyIdentifierType.Factory. newInstance(XmlOptions options)static KeyIdentifierTypeKeyIdentifierType.Factory. parse(File file)static KeyIdentifierTypeKeyIdentifierType.Factory. parse(File file, XmlOptions options)static KeyIdentifierTypeKeyIdentifierType.Factory. parse(InputStream is)static KeyIdentifierTypeKeyIdentifierType.Factory. parse(InputStream is, XmlOptions options)static KeyIdentifierTypeKeyIdentifierType.Factory. parse(Reader r)static KeyIdentifierTypeKeyIdentifierType.Factory. parse(Reader r, XmlOptions options)static KeyIdentifierTypeKeyIdentifierType.Factory. parse(String xmlAsString)static KeyIdentifierTypeKeyIdentifierType.Factory. parse(String xmlAsString, XmlOptions options)static KeyIdentifierTypeKeyIdentifierType.Factory. parse(URL u)static KeyIdentifierTypeKeyIdentifierType.Factory. parse(URL u, XmlOptions options)static KeyIdentifierTypeKeyIdentifierType.Factory. parse(XMLStreamReader sr)static KeyIdentifierTypeKeyIdentifierType.Factory. parse(XMLStreamReader sr, XmlOptions options)static KeyIdentifierTypeKeyIdentifierType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic KeyIdentifierTypeKeyIdentifierType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic KeyIdentifierTypeKeyIdentifierType.Factory. parse(Node node)static KeyIdentifierTypeKeyIdentifierType.Factory. parse(Node node, XmlOptions options)Methods in org.oasisOpen.docs.wss.x2004.x01.oasis200401WssWssecuritySecext10 with parameters of type KeyIdentifierType Modifier and Type Method Description voidKeyIdentifierDocument. setKeyIdentifier(KeyIdentifierType keyIdentifier)Sets the "KeyIdentifier" element
-