Uses of Interface
org.sourceid.protocol.dsig10.xml.KeyInfoDocument
-
Packages that use KeyInfoDocument Package Description org.sourceid.protocol.dsig10.xml -
-
Uses of KeyInfoDocument in org.sourceid.protocol.dsig10.xml
Methods in org.sourceid.protocol.dsig10.xml that return KeyInfoDocument Modifier and Type Method Description static KeyInfoDocumentKeyInfoDocument.Factory. newInstance()static KeyInfoDocumentKeyInfoDocument.Factory. newInstance(XmlOptions options)static KeyInfoDocumentKeyInfoDocument.Factory. parse(File file)static KeyInfoDocumentKeyInfoDocument.Factory. parse(File file, XmlOptions options)static KeyInfoDocumentKeyInfoDocument.Factory. parse(InputStream is)static KeyInfoDocumentKeyInfoDocument.Factory. parse(InputStream is, XmlOptions options)static KeyInfoDocumentKeyInfoDocument.Factory. parse(Reader r)static KeyInfoDocumentKeyInfoDocument.Factory. parse(Reader r, XmlOptions options)static KeyInfoDocumentKeyInfoDocument.Factory. parse(String xmlAsString)static KeyInfoDocumentKeyInfoDocument.Factory. parse(String xmlAsString, XmlOptions options)static KeyInfoDocumentKeyInfoDocument.Factory. parse(URL u)static KeyInfoDocumentKeyInfoDocument.Factory. parse(URL u, XmlOptions options)static KeyInfoDocumentKeyInfoDocument.Factory. parse(XMLStreamReader sr)static KeyInfoDocumentKeyInfoDocument.Factory. parse(XMLStreamReader sr, XmlOptions options)static KeyInfoDocumentKeyInfoDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic KeyInfoDocumentKeyInfoDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic KeyInfoDocumentKeyInfoDocument.Factory. parse(Node node)static KeyInfoDocumentKeyInfoDocument.Factory. parse(Node node, XmlOptions options)
-