Uses of Interface
org.sourceid.protocol.xmlenc10.xml.EncryptedDataType
-
Packages that use EncryptedDataType Package Description org.sourceid.protocol.xmlenc10.xml org.sourceid.saml20.xmlbinding.assertion -
-
Uses of EncryptedDataType in org.sourceid.protocol.xmlenc10.xml
Methods in org.sourceid.protocol.xmlenc10.xml that return EncryptedDataType Modifier and Type Method Description EncryptedDataTypeEncryptedDataDocument. addNewEncryptedData()Appends and returns a new empty "EncryptedData" elementEncryptedDataTypeEncryptedDataDocument. getEncryptedData()Gets the "EncryptedData" elementstatic EncryptedDataTypeEncryptedDataType.Factory. newInstance()static EncryptedDataTypeEncryptedDataType.Factory. newInstance(XmlOptions options)static EncryptedDataTypeEncryptedDataType.Factory. parse(File file)static EncryptedDataTypeEncryptedDataType.Factory. parse(File file, XmlOptions options)static EncryptedDataTypeEncryptedDataType.Factory. parse(InputStream is)static EncryptedDataTypeEncryptedDataType.Factory. parse(InputStream is, XmlOptions options)static EncryptedDataTypeEncryptedDataType.Factory. parse(Reader r)static EncryptedDataTypeEncryptedDataType.Factory. parse(Reader r, XmlOptions options)static EncryptedDataTypeEncryptedDataType.Factory. parse(String xmlAsString)static EncryptedDataTypeEncryptedDataType.Factory. parse(String xmlAsString, XmlOptions options)static EncryptedDataTypeEncryptedDataType.Factory. parse(URL u)static EncryptedDataTypeEncryptedDataType.Factory. parse(URL u, XmlOptions options)static EncryptedDataTypeEncryptedDataType.Factory. parse(XMLStreamReader sr)static EncryptedDataTypeEncryptedDataType.Factory. parse(XMLStreamReader sr, XmlOptions options)static EncryptedDataTypeEncryptedDataType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EncryptedDataTypeEncryptedDataType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic EncryptedDataTypeEncryptedDataType.Factory. parse(Node node)static EncryptedDataTypeEncryptedDataType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.protocol.xmlenc10.xml with parameters of type EncryptedDataType Modifier and Type Method Description voidEncryptedDataDocument. setEncryptedData(EncryptedDataType encryptedData)Sets the "EncryptedData" element -
Uses of EncryptedDataType in org.sourceid.saml20.xmlbinding.assertion
Methods in org.sourceid.saml20.xmlbinding.assertion that return EncryptedDataType Modifier and Type Method Description EncryptedDataTypeEncryptedElementType. addNewEncryptedData()Appends and returns a new empty "EncryptedData" elementEncryptedDataTypeEncryptedElementType. getEncryptedData()Gets the "EncryptedData" elementMethods in org.sourceid.saml20.xmlbinding.assertion with parameters of type EncryptedDataType Modifier and Type Method Description voidEncryptedElementType. setEncryptedData(EncryptedDataType encryptedData)Sets the "EncryptedData" element
-