Uses of Interface
org.sourceid.protocol.dsig10.xml.DSAKeyValueType
-
Packages that use DSAKeyValueType Package Description org.sourceid.protocol.dsig10.xml -
-
Uses of DSAKeyValueType in org.sourceid.protocol.dsig10.xml
Methods in org.sourceid.protocol.dsig10.xml that return DSAKeyValueType Modifier and Type Method Description DSAKeyValueTypeDSAKeyValueDocument. addNewDSAKeyValue()Appends and returns a new empty "DSAKeyValue" elementDSAKeyValueTypeKeyValueType. addNewDSAKeyValue()Appends and returns a new empty "DSAKeyValue" elementDSAKeyValueTypeDSAKeyValueDocument. getDSAKeyValue()Gets the "DSAKeyValue" elementDSAKeyValueTypeKeyValueType. getDSAKeyValue()Gets the "DSAKeyValue" elementstatic DSAKeyValueTypeDSAKeyValueType.Factory. newInstance()static DSAKeyValueTypeDSAKeyValueType.Factory. newInstance(XmlOptions options)static DSAKeyValueTypeDSAKeyValueType.Factory. parse(File file)static DSAKeyValueTypeDSAKeyValueType.Factory. parse(File file, XmlOptions options)static DSAKeyValueTypeDSAKeyValueType.Factory. parse(InputStream is)static DSAKeyValueTypeDSAKeyValueType.Factory. parse(InputStream is, XmlOptions options)static DSAKeyValueTypeDSAKeyValueType.Factory. parse(Reader r)static DSAKeyValueTypeDSAKeyValueType.Factory. parse(Reader r, XmlOptions options)static DSAKeyValueTypeDSAKeyValueType.Factory. parse(String xmlAsString)static DSAKeyValueTypeDSAKeyValueType.Factory. parse(String xmlAsString, XmlOptions options)static DSAKeyValueTypeDSAKeyValueType.Factory. parse(URL u)static DSAKeyValueTypeDSAKeyValueType.Factory. parse(URL u, XmlOptions options)static DSAKeyValueTypeDSAKeyValueType.Factory. parse(XMLStreamReader sr)static DSAKeyValueTypeDSAKeyValueType.Factory. parse(XMLStreamReader sr, XmlOptions options)static DSAKeyValueTypeDSAKeyValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DSAKeyValueTypeDSAKeyValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic DSAKeyValueTypeDSAKeyValueType.Factory. parse(Node node)static DSAKeyValueTypeDSAKeyValueType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.protocol.dsig10.xml with parameters of type DSAKeyValueType Modifier and Type Method Description voidDSAKeyValueDocument. setDSAKeyValue(DSAKeyValueType dsaKeyValue)Sets the "DSAKeyValue" elementvoidKeyValueType. setDSAKeyValue(DSAKeyValueType dsaKeyValue)Sets the "DSAKeyValue" element
-