Uses of Interface
org.sourceid.protocol.dsig10.xml.KeyValueType
-
Packages that use KeyValueType Package Description org.sourceid.protocol.dsig10.xml -
-
Uses of KeyValueType in org.sourceid.protocol.dsig10.xml
Methods in org.sourceid.protocol.dsig10.xml that return KeyValueType Modifier and Type Method Description KeyValueTypeKeyInfoType. addNewKeyValue()Appends and returns a new empty value (as xml) as the last "KeyValue" elementKeyValueTypeKeyValueDocument. addNewKeyValue()Appends and returns a new empty "KeyValue" elementKeyValueTypeKeyValueDocument. getKeyValue()Gets the "KeyValue" elementKeyValueType[]KeyInfoType. getKeyValueArray()Gets array of all "KeyValue" elementsKeyValueTypeKeyInfoType. getKeyValueArray(int i)Gets ith "KeyValue" elementKeyValueTypeKeyInfoType. insertNewKeyValue(int i)Inserts and returns a new empty value (as xml) as the ith "KeyValue" elementstatic KeyValueTypeKeyValueType.Factory. newInstance()static KeyValueTypeKeyValueType.Factory. newInstance(XmlOptions options)static KeyValueTypeKeyValueType.Factory. parse(File file)static KeyValueTypeKeyValueType.Factory. parse(File file, XmlOptions options)static KeyValueTypeKeyValueType.Factory. parse(InputStream is)static KeyValueTypeKeyValueType.Factory. parse(InputStream is, XmlOptions options)static KeyValueTypeKeyValueType.Factory. parse(Reader r)static KeyValueTypeKeyValueType.Factory. parse(Reader r, XmlOptions options)static KeyValueTypeKeyValueType.Factory. parse(String xmlAsString)static KeyValueTypeKeyValueType.Factory. parse(String xmlAsString, XmlOptions options)static KeyValueTypeKeyValueType.Factory. parse(URL u)static KeyValueTypeKeyValueType.Factory. parse(URL u, XmlOptions options)static KeyValueTypeKeyValueType.Factory. parse(XMLStreamReader sr)static KeyValueTypeKeyValueType.Factory. parse(XMLStreamReader sr, XmlOptions options)static KeyValueTypeKeyValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic KeyValueTypeKeyValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic KeyValueTypeKeyValueType.Factory. parse(Node node)static KeyValueTypeKeyValueType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.protocol.dsig10.xml with parameters of type KeyValueType Modifier and Type Method Description voidKeyValueDocument. setKeyValue(KeyValueType keyValue)Sets the "KeyValue" elementvoidKeyInfoType. setKeyValueArray(int i, KeyValueType keyValue)Sets ith "KeyValue" elementvoidKeyInfoType. setKeyValueArray(KeyValueType[] keyValueArray)Sets array of all "KeyValue" element
-