Uses of Interface
org.sourceid.protocol.dsig10.xml.SignatureType
-
-
Uses of SignatureType in org.sourceid.protocol.dsig10.xml
Methods in org.sourceid.protocol.dsig10.xml that return SignatureType Modifier and Type Method Description SignatureTypeSignatureDocument. addNewSignature()Appends and returns a new empty "Signature" elementSignatureTypeSignatureDocument. getSignature()Gets the "Signature" elementstatic SignatureTypeSignatureType.Factory. newInstance()static SignatureTypeSignatureType.Factory. newInstance(XmlOptions options)static SignatureTypeSignatureType.Factory. parse(File file)static SignatureTypeSignatureType.Factory. parse(File file, XmlOptions options)static SignatureTypeSignatureType.Factory. parse(InputStream is)static SignatureTypeSignatureType.Factory. parse(InputStream is, XmlOptions options)static SignatureTypeSignatureType.Factory. parse(Reader r)static SignatureTypeSignatureType.Factory. parse(Reader r, XmlOptions options)static SignatureTypeSignatureType.Factory. parse(String xmlAsString)static SignatureTypeSignatureType.Factory. parse(String xmlAsString, XmlOptions options)static SignatureTypeSignatureType.Factory. parse(URL u)static SignatureTypeSignatureType.Factory. parse(URL u, XmlOptions options)static SignatureTypeSignatureType.Factory. parse(XMLStreamReader sr)static SignatureTypeSignatureType.Factory. parse(XMLStreamReader sr, XmlOptions options)static SignatureTypeSignatureType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SignatureTypeSignatureType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic SignatureTypeSignatureType.Factory. parse(Node node)static SignatureTypeSignatureType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.protocol.dsig10.xml with parameters of type SignatureType Modifier and Type Method Description voidSignatureDocument. setSignature(SignatureType signature)Sets the "Signature" element -
Uses of SignatureType in org.sourceid.protocol.saml11.xml
Methods in org.sourceid.protocol.saml11.xml that return SignatureType Modifier and Type Method Description SignatureTypeAssertionType. addNewSignature()Appends and returns a new empty "Signature" elementSignatureTypeAssertionType. getSignature()Gets the "Signature" elementMethods in org.sourceid.protocol.saml11.xml with parameters of type SignatureType Modifier and Type Method Description voidAssertionType. setSignature(SignatureType signature)Sets the "Signature" element -
Uses of SignatureType in org.sourceid.protocol.samlp11.xml
Methods in org.sourceid.protocol.samlp11.xml that return SignatureType Modifier and Type Method Description SignatureTypeRequestAbstractType. addNewSignature()Appends and returns a new empty "Signature" elementSignatureTypeResponseAbstractType. addNewSignature()Appends and returns a new empty "Signature" elementSignatureTypeRequestAbstractType. getSignature()Gets the "Signature" elementSignatureTypeResponseAbstractType. getSignature()Gets the "Signature" elementMethods in org.sourceid.protocol.samlp11.xml with parameters of type SignatureType Modifier and Type Method Description voidRequestAbstractType. setSignature(SignatureType signature)Sets the "Signature" elementvoidResponseAbstractType. setSignature(SignatureType signature)Sets the "Signature" element -
Uses of SignatureType in org.sourceid.saml20.xmlbinding.assertion
Methods in org.sourceid.saml20.xmlbinding.assertion that return SignatureType Modifier and Type Method Description SignatureTypeAssertionType. addNewSignature()Appends and returns a new empty "Signature" elementSignatureTypeAssertionType. getSignature()Gets the "Signature" elementMethods in org.sourceid.saml20.xmlbinding.assertion with parameters of type SignatureType Modifier and Type Method Description voidAssertionType. setSignature(SignatureType signature)Sets the "Signature" element -
Uses of SignatureType in org.sourceid.saml20.xmlbinding.protocol
Methods in org.sourceid.saml20.xmlbinding.protocol that return SignatureType Modifier and Type Method Description SignatureTypeRequestAbstractType. addNewSignature()Appends and returns a new empty "Signature" elementSignatureTypeStatusResponseType. addNewSignature()Appends and returns a new empty "Signature" elementSignatureTypeRequestAbstractType. getSignature()Gets the "Signature" elementSignatureTypeStatusResponseType. getSignature()Gets the "Signature" elementMethods in org.sourceid.saml20.xmlbinding.protocol with parameters of type SignatureType Modifier and Type Method Description voidRequestAbstractType. setSignature(SignatureType signature)Sets the "Signature" elementvoidStatusResponseType. setSignature(SignatureType signature)Sets the "Signature" element
-