Uses of Interface
org.sourceid.protocol.dsig10.xml.RSAKeyValueType
-
Packages that use RSAKeyValueType Package Description org.sourceid.protocol.dsig10.xml -
-
Uses of RSAKeyValueType in org.sourceid.protocol.dsig10.xml
Methods in org.sourceid.protocol.dsig10.xml that return RSAKeyValueType Modifier and Type Method Description RSAKeyValueTypeKeyValueType. addNewRSAKeyValue()Appends and returns a new empty "RSAKeyValue" elementRSAKeyValueTypeRSAKeyValueDocument. addNewRSAKeyValue()Appends and returns a new empty "RSAKeyValue" elementRSAKeyValueTypeKeyValueType. getRSAKeyValue()Gets the "RSAKeyValue" elementRSAKeyValueTypeRSAKeyValueDocument. getRSAKeyValue()Gets the "RSAKeyValue" elementstatic RSAKeyValueTypeRSAKeyValueType.Factory. newInstance()static RSAKeyValueTypeRSAKeyValueType.Factory. newInstance(XmlOptions options)static RSAKeyValueTypeRSAKeyValueType.Factory. parse(File file)static RSAKeyValueTypeRSAKeyValueType.Factory. parse(File file, XmlOptions options)static RSAKeyValueTypeRSAKeyValueType.Factory. parse(InputStream is)static RSAKeyValueTypeRSAKeyValueType.Factory. parse(InputStream is, XmlOptions options)static RSAKeyValueTypeRSAKeyValueType.Factory. parse(Reader r)static RSAKeyValueTypeRSAKeyValueType.Factory. parse(Reader r, XmlOptions options)static RSAKeyValueTypeRSAKeyValueType.Factory. parse(String xmlAsString)static RSAKeyValueTypeRSAKeyValueType.Factory. parse(String xmlAsString, XmlOptions options)static RSAKeyValueTypeRSAKeyValueType.Factory. parse(URL u)static RSAKeyValueTypeRSAKeyValueType.Factory. parse(URL u, XmlOptions options)static RSAKeyValueTypeRSAKeyValueType.Factory. parse(XMLStreamReader sr)static RSAKeyValueTypeRSAKeyValueType.Factory. parse(XMLStreamReader sr, XmlOptions options)static RSAKeyValueTypeRSAKeyValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RSAKeyValueTypeRSAKeyValueType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic RSAKeyValueTypeRSAKeyValueType.Factory. parse(Node node)static RSAKeyValueTypeRSAKeyValueType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.protocol.dsig10.xml with parameters of type RSAKeyValueType Modifier and Type Method Description voidKeyValueType. setRSAKeyValue(RSAKeyValueType rsaKeyValue)Sets the "RSAKeyValue" elementvoidRSAKeyValueDocument. setRSAKeyValue(RSAKeyValueType rsaKeyValue)Sets the "RSAKeyValue" element
-