Package org.sourceid.protocol.dsig10.xml
Class CryptoBinary.Factory
- java.lang.Object
-
- org.sourceid.protocol.dsig10.xml.CryptoBinary.Factory
-
- Enclosing interface:
- CryptoBinary
public static final class CryptoBinary.Factory extends Object
A factory class with static methods for creating instances of this type.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CryptoBinarynewInstance()static CryptoBinarynewInstance(XmlOptions options)static org.apache.xmlbeans.xml.stream.XMLInputStreamnewValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic org.apache.xmlbeans.xml.stream.XMLInputStreamnewValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic CryptoBinarynewValue(Object obj)static CryptoBinaryparse(File file)static CryptoBinaryparse(File file, XmlOptions options)static CryptoBinaryparse(InputStream is)static CryptoBinaryparse(InputStream is, XmlOptions options)static CryptoBinaryparse(Reader r)static CryptoBinaryparse(Reader r, XmlOptions options)static CryptoBinaryparse(String xmlAsString)static CryptoBinaryparse(String xmlAsString, XmlOptions options)static CryptoBinaryparse(URL u)static CryptoBinaryparse(URL u, XmlOptions options)static CryptoBinaryparse(XMLStreamReader sr)static CryptoBinaryparse(XMLStreamReader sr, XmlOptions options)static CryptoBinaryparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CryptoBinaryparse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic CryptoBinaryparse(Node node)static CryptoBinaryparse(Node node, XmlOptions options)
-
-
-
Method Detail
-
newValue
public static CryptoBinary newValue(Object obj)
-
newInstance
public static CryptoBinary newInstance()
-
newInstance
public static CryptoBinary newInstance(XmlOptions options)
-
parse
public static CryptoBinary parse(String xmlAsString) throws XmlException
- Parameters:
xmlAsString- the string value to parse- Throws:
XmlException
-
parse
public static CryptoBinary parse(String xmlAsString, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static CryptoBinary parse(File file) throws XmlException, IOException
- Parameters:
file- the file from which to load an xml document- Throws:
XmlExceptionIOException
-
parse
public static CryptoBinary parse(File file, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static CryptoBinary parse(URL u) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static CryptoBinary parse(URL u, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static CryptoBinary parse(InputStream is) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static CryptoBinary parse(InputStream is, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static CryptoBinary parse(Reader r) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static CryptoBinary parse(Reader r, XmlOptions options) throws XmlException, IOException
- Throws:
XmlExceptionIOException
-
parse
public static CryptoBinary parse(XMLStreamReader sr) throws XmlException
- Throws:
XmlException
-
parse
public static CryptoBinary parse(XMLStreamReader sr, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static CryptoBinary parse(Node node) throws XmlException
- Throws:
XmlException
-
parse
public static CryptoBinary parse(Node node, XmlOptions options) throws XmlException
- Throws:
XmlException
-
parse
public static CryptoBinary parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
parse
public static CryptoBinary parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
Deprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
newValidatingXMLInputStream
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamExceptionDeprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
newValidatingXMLInputStream
public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options) throws XmlException, org.apache.xmlbeans.xml.stream.XMLStreamExceptionDeprecated.XMLInputStream- Throws:
XmlExceptionorg.apache.xmlbeans.xml.stream.XMLStreamException
-
-