From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../full/at/gv/egiz/dsig/util/DsigMarschaller.html | 67 ++++++++++------------ 1 file changed, 31 insertions(+), 36 deletions(-) (limited to 'docs/full/at/gv/egiz/dsig/util/DsigMarschaller.html') diff --git a/docs/full/at/gv/egiz/dsig/util/DsigMarschaller.html b/docs/full/at/gv/egiz/dsig/util/DsigMarschaller.html index 4ab45524..d06a0f3e 100644 --- a/docs/full/at/gv/egiz/dsig/util/DsigMarschaller.html +++ b/docs/full/at/gv/egiz/dsig/util/DsigMarschaller.html @@ -2,16 +2,15 @@ - - -DsigMarschaller (PDF-AS 4.0.0-SNAPSHOT Library) - + +DsigMarschaller + @@ -28,13 +27,11 @@
  • Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
    @@ -119,7 +116,7 @@ extends Field and Description -static QName +static javax.xml.namespace.QName X509DataTypeX509Certificate_QNAME  @@ -156,28 +153,28 @@ extends static void -marshal(Object obj, - OutputStream os)  +marshal(java.lang.Object obj, + java.io.OutputStream os)  -static String -marshalToString(Object obj)  +static java.lang.String +marshalToString(java.lang.Object obj)  -static Object -unmarshal(InputStream is)  +static java.lang.Object +unmarshal(java.io.InputStream is)  -static Object -unmarshalFromString(String message)  +static java.lang.Object +unmarshalFromString(java.lang.String message)  @@ -199,7 +196,7 @@ extends
  • X509DataTypeX509Certificate_QNAME

    -
    public static final QName X509DataTypeX509Certificate_QNAME
    +
    public static final javax.xml.namespace.QName X509DataTypeX509Certificate_QNAME
  • @@ -233,11 +230,11 @@ extends
  • marshal

    -
    public static void marshal(Object obj,
    -           OutputStream os)
    -                    throws javax.xml.bind.JAXBException
    +
    public static void marshal(java.lang.Object obj,
    +           java.io.OutputStream os)
    +                    throws javax.xml.bind.JAXBException
    Throws:
    -
    javax.xml.bind.JAXBException
    +
    javax.xml.bind.JAXBException
  • @@ -246,10 +243,10 @@ extends
  • marshalToString

    -
    public static String marshalToString(Object obj)
    -                              throws javax.xml.bind.JAXBException
    +
    public static java.lang.String marshalToString(java.lang.Object obj)
    +                                        throws javax.xml.bind.JAXBException
    Throws:
    -
    javax.xml.bind.JAXBException
    +
    javax.xml.bind.JAXBException
  • @@ -258,10 +255,10 @@ extends
  • unmarshal

    -
    public static Object unmarshal(InputStream is)
    -                        throws javax.xml.bind.JAXBException
    +
    public static java.lang.Object unmarshal(java.io.InputStream is)
    +                                  throws javax.xml.bind.JAXBException
    Throws:
    -
    javax.xml.bind.JAXBException
    +
    javax.xml.bind.JAXBException
  • @@ -270,10 +267,10 @@ extends
  • unmarshalFromString

    -
    public static Object unmarshalFromString(String message)
    -                                  throws javax.xml.bind.JAXBException
    +
    public static java.lang.Object unmarshalFromString(java.lang.String message)
    +                                            throws javax.xml.bind.JAXBException
    Throws:
    -
    javax.xml.bind.JAXBException
    +
    javax.xml.bind.JAXBException
  • @@ -293,13 +290,11 @@ extends Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]