Uses of Interface
org.sourceid.protocol.xmlenc10.xml.EncryptedType
-
Packages that use EncryptedType Package Description org.sourceid.protocol.xmlenc10.xml -
-
Uses of EncryptedType in org.sourceid.protocol.xmlenc10.xml
Subinterfaces of EncryptedType in org.sourceid.protocol.xmlenc10.xml Modifier and Type Interface Description interfaceEncryptedDataTypeAn XML EncryptedDataType(@http://www.w3.org/2001/04/xmlenc#).interfaceEncryptedKeyTypeAn XML EncryptedKeyType(@http://www.w3.org/2001/04/xmlenc#).Methods in org.sourceid.protocol.xmlenc10.xml that return EncryptedType Modifier and Type Method Description static EncryptedTypeEncryptedType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic EncryptedTypeEncryptedType.Factory. newInstance(XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic EncryptedTypeEncryptedType.Factory. parse(File file)static EncryptedTypeEncryptedType.Factory. parse(File file, XmlOptions options)static EncryptedTypeEncryptedType.Factory. parse(InputStream is)static EncryptedTypeEncryptedType.Factory. parse(InputStream is, XmlOptions options)static EncryptedTypeEncryptedType.Factory. parse(Reader r)static EncryptedTypeEncryptedType.Factory. parse(Reader r, XmlOptions options)static EncryptedTypeEncryptedType.Factory. parse(String xmlAsString)static EncryptedTypeEncryptedType.Factory. parse(String xmlAsString, XmlOptions options)static EncryptedTypeEncryptedType.Factory. parse(URL u)static EncryptedTypeEncryptedType.Factory. parse(URL u, XmlOptions options)static EncryptedTypeEncryptedType.Factory. parse(XMLStreamReader sr)static EncryptedTypeEncryptedType.Factory. parse(XMLStreamReader sr, XmlOptions options)static EncryptedTypeEncryptedType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EncryptedTypeEncryptedType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic EncryptedTypeEncryptedType.Factory. parse(Node node)static EncryptedTypeEncryptedType.Factory. parse(Node node, XmlOptions options)
-