Uses of Interface
org.sourceid.protocol.dsig10.xml.SignedInfoType
-
Packages that use SignedInfoType Package Description org.sourceid.protocol.dsig10.xml -
-
Uses of SignedInfoType in org.sourceid.protocol.dsig10.xml
Methods in org.sourceid.protocol.dsig10.xml that return SignedInfoType Modifier and Type Method Description SignedInfoTypeSignatureType. addNewSignedInfo()Appends and returns a new empty "SignedInfo" elementSignedInfoTypeSignedInfoDocument. addNewSignedInfo()Appends and returns a new empty "SignedInfo" elementSignedInfoTypeSignatureType. getSignedInfo()Gets the "SignedInfo" elementSignedInfoTypeSignedInfoDocument. getSignedInfo()Gets the "SignedInfo" elementstatic SignedInfoTypeSignedInfoType.Factory. newInstance()static SignedInfoTypeSignedInfoType.Factory. newInstance(XmlOptions options)static SignedInfoTypeSignedInfoType.Factory. parse(File file)static SignedInfoTypeSignedInfoType.Factory. parse(File file, XmlOptions options)static SignedInfoTypeSignedInfoType.Factory. parse(InputStream is)static SignedInfoTypeSignedInfoType.Factory. parse(InputStream is, XmlOptions options)static SignedInfoTypeSignedInfoType.Factory. parse(Reader r)static SignedInfoTypeSignedInfoType.Factory. parse(Reader r, XmlOptions options)static SignedInfoTypeSignedInfoType.Factory. parse(String xmlAsString)static SignedInfoTypeSignedInfoType.Factory. parse(String xmlAsString, XmlOptions options)static SignedInfoTypeSignedInfoType.Factory. parse(URL u)static SignedInfoTypeSignedInfoType.Factory. parse(URL u, XmlOptions options)static SignedInfoTypeSignedInfoType.Factory. parse(XMLStreamReader sr)static SignedInfoTypeSignedInfoType.Factory. parse(XMLStreamReader sr, XmlOptions options)static SignedInfoTypeSignedInfoType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SignedInfoTypeSignedInfoType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic SignedInfoTypeSignedInfoType.Factory. parse(Node node)static SignedInfoTypeSignedInfoType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.protocol.dsig10.xml with parameters of type SignedInfoType Modifier and Type Method Description voidSignatureType. setSignedInfo(SignedInfoType signedInfo)Sets the "SignedInfo" elementvoidSignedInfoDocument. setSignedInfo(SignedInfoType signedInfo)Sets the "SignedInfo" element
-